From b7c0be3ecae2e059375cf6a6a011ebf7610f5b12 Mon Sep 17 00:00:00 2001 From: Mat Kelly Date: Fri, 26 Aug 2022 15:16:15 -0400 Subject: [PATCH] Fix visibility toggle of local archive indication button in the status bar Closes #557 --- bundledApps/WAIL.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bundledApps/WAIL.py b/bundledApps/WAIL.py index 5626f1c9..bf6af951 100644 --- a/bundledApps/WAIL.py +++ b/bundledApps/WAIL.py @@ -116,8 +116,10 @@ def set_statusbar_text_visibility(self, evt): if current_selection == basic_tab_index: self.statusbar.PopStatusText() + self.statusbar.show_button() elif current_selection == advanced_tab_index: self.statusbar.PushStatusText('') + self.statusbar.hide_button() def show_memento_info(self, evt): pass # TODO: Open new window with memento info