diff --git a/docs/changelog.txt b/docs/changelog.txt index ea140f451..584f84d1a 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -40,6 +40,7 @@ changelog.txt uses a syntax similar to RST, with a few special sequences: ## Misc Improvements - `automelt`: is now more resistent to savegame corruption +- `hotkeys`: DFHack logo is now hidden on screens where it covers important information when in the default position (e.g. when choosing an embark site) ## Documentation diff --git a/plugins/lua/hotkeys.lua b/plugins/lua/hotkeys.lua index 163091318..09b1cea75 100644 --- a/plugins/lua/hotkeys.lua +++ b/plugins/lua/hotkeys.lua @@ -14,7 +14,22 @@ HotspotMenuWidget.ATTRS{ default_pos={x=2,y=2}, default_enabled=true, hotspot=true, - viewscreens='all', + viewscreens={ + -- 'choose_start_site', -- conflicts with vanilla panel layouts + 'choose_game_type', + 'dwarfmode', + 'export_region', + 'game_cleaner', + 'initial_prep', + 'legends', + 'loadgame', + -- 'new_region', -- conflicts with vanilla panel layouts + 'savegame', + 'setupdwarfgame', + 'title', + 'update_region', + 'world' + }, overlay_onupdate_max_freq_seconds=0, frame={w=4, h=3} }