mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-18 09:57:40 +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'))
|
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)):
|
if (config.getint('output') & config.OUT_LOG_AUTO) and (config.getint('output') & (config.OUT_LOG_AUTO|config.OUT_LOG_EDSM)):
|
||||||
monitor.enable_logging()
|
monitor.enable_logging()
|
||||||
monitor.start()
|
monitor.start(self.parent)
|
||||||
else:
|
else:
|
||||||
monitor.stop()
|
monitor.stop()
|
||||||
self.destroy()
|
self.destroy()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user