1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-13 07:47:14 +03:00

[901] Add Status Update for Incomplete Logins

This commit is contained in:
David Sangrey 2024-03-16 13:21:43 -04:00
parent 4a7db7088c
commit 5b85e32374
No known key found for this signature in database
GPG Key ID: 3AEADBB0186884BC

View File

@ -809,6 +809,8 @@ class AppWindow:
# Check for Valid Providers
validate_providers()
if monitor.cmdr is None:
self.status['text'] = _("Awaiting Full CMDR Login")
# Start a protocol handler to handle cAPI registration. Requires main loop to be running.
self.w.after_idle(lambda: protocol.protocolhandler.start(self.w))