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
|
# Opdater knap-synlighed
|
||||||
can_upload = self.current_drive_id is not None
|
can_upload = self.current_drive_id is not None
|
||||||
wx.CallAfter(lambda: self._safe_update_buttons(can_upload))
|
wx.CallAfter(lambda: self._safe_update_buttons(can_upload))
|
||||||
|
self.set_status(self.get_txt("status_ready"))
|
||||||
except RuntimeError:
|
except RuntimeError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user