From 1a85f1d963e710335f1c223e45e2ef2c36cc24b5 Mon Sep 17 00:00:00 2001 From: Martin Tranberg Date: Wed, 1 Apr 2026 09:30:09 +0200 Subject: [PATCH] feat: update status bar to ready state after drive initialization --- sharepoint_browser.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sharepoint_browser.py b/sharepoint_browser.py index b0edf18..aa1127b 100644 --- a/sharepoint_browser.py +++ b/sharepoint_browser.py @@ -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