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

Append " (beta)" to Cmdr name when appropriate

Closes #1021
This commit is contained in:
Athanasius 2021-05-02 10:31:57 +01:00
parent 818bb56032
commit 10d6c432a4

View File

@ -1048,6 +1048,9 @@ class AppWindow(object):
self.ship_label['text'] = _('Ship') + ':' # Main window
self.ship['text'] = ''
if monitor.cmdr and monitor.is_beta:
self.cmdr['text'] += ' (beta)'
self.update_suit_text()
self.edit_menu.entryconfigure(0, state=monitor.system and tk.NORMAL or tk.DISABLED) # Copy