Skip to content

Commit

Permalink
Merge pull request #3648 from myk002/myk_no_logo_legends
Browse files Browse the repository at this point in the history
[hotkeys] don't display dfhack logo in legends mode
  • Loading branch information
myk002 authored Aug 7, 2023
2 parents e57a5d6 + e808844 commit b1c1c1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Template for new versions:
## Fixes

## Misc Improvements
- `hotkeys`: don't display DFHack logo in legends mode since it covers up important interface elements. the Ctrl-Shift-C hotkey to bring up the menu and the mouseover hotspot still function, though.

## Documentation

Expand Down
5 changes: 3 additions & 2 deletions plugins/lua/hotkeys.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,14 @@ HotspotMenuWidget.ATTRS{
default_enabled=true,
hotspot=true,
viewscreens={
-- 'choose_start_site', -- conflicts with vanilla panel layouts
'adopt_region',
'choose_game_type',
-- 'choose_start_site', -- conflicts with vanilla panel layouts
'dwarfmode',
'export_region',
'game_cleaner',
'initial_prep',
'legends',
--'legends', -- conflicts with vanilla export button and info text
'loadgame',
-- 'new_region', -- conflicts with vanilla panel layouts
'savegame',
Expand Down

0 comments on commit b1c1c1b

Please sign in to comment.