Skip to content

Commit

Permalink
Merge pull request #558 from machawk1/issue-557
Browse files Browse the repository at this point in the history
Fix visibility toggle of local archive indication button in the status bar
  • Loading branch information
machawk1 authored Aug 26, 2022
2 parents 065fc98 + b7c0be3 commit 4e5556b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bundledApps/WAIL.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4e5556b

Please sign in to comment.