mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-14 08:17:13 +03:00
parent
756a31f8da
commit
4a338b99ac
2
prefs.py
2
prefs.py
@ -335,7 +335,7 @@ class PreferencesDialog(tk.Toplevel):
|
||||
hotkeymgr.register(self.parent, config.getint('hotkey_code'), config.getint('hotkey_mods'))
|
||||
if (config.getint('output') & config.OUT_LOG_AUTO) and (config.getint('output') & (config.OUT_LOG_AUTO|config.OUT_LOG_EDSM)):
|
||||
monitor.enable_logging()
|
||||
monitor.start()
|
||||
monitor.start(self.parent)
|
||||
else:
|
||||
monitor.stop()
|
||||
self.destroy()
|
||||
|
Loading…
x
Reference in New Issue
Block a user