feat: update status bar to ready state after drive initialization
This commit is contained in:
@@ -1890,6 +1890,7 @@ class SharePointApp(wx.Frame):
|
||||
# Opdater knap-synlighed
|
||||
can_upload = self.current_drive_id is not None
|
||||
wx.CallAfter(lambda: self._safe_update_buttons(can_upload))
|
||||
self.set_status(self.get_txt("status_ready"))
|
||||
except RuntimeError:
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user