feat: update status bar to ready state after drive initialization

This commit is contained in:
Martin Tranberg
2026-04-01 09:30:09 +02:00
parent 62639632dc
commit 1a85f1d963

View File

@@ -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