From 702992b6f54555d380ae7a1a21c5d83dc1f14b17 Mon Sep 17 00:00:00 2001 From: Myk Taylor Date: Thu, 31 Aug 2023 23:06:05 -0700 Subject: [PATCH] hide the DFHack logo while loading a game so the textures don't visibly flicker revert this once textures are flicker free --- plugins/lua/hotkeys.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/lua/hotkeys.lua b/plugins/lua/hotkeys.lua index d380eba84..43d11bbda 100644 --- a/plugins/lua/hotkeys.lua +++ b/plugins/lua/hotkeys.lua @@ -37,8 +37,8 @@ HotspotMenuWidget.ATTRS{ 'export_region', 'game_cleaner', 'initial_prep', - --'legends', -- conflicts with vanilla export button and info text - 'loadgame', + -- 'legends', -- conflicts with vanilla export button and info text + -- 'loadgame', -- disable temporarily while we get texture reloading sorted -- 'new_arena', -- conflicts with vanilla panel layouts -- 'new_region', -- conflicts with vanilla panel layouts 'savegame',