add option to toggle server watchdog thread
This commit is contained in:
@@ -94,7 +94,8 @@ class MainApplication(QtWidgets.QApplication):
|
||||
self.link_callbacks()
|
||||
self.init_shortcuts()
|
||||
|
||||
self.watchdog.start()
|
||||
if settings.value("watchdog/enabled", type=bool):
|
||||
self.watchdog.start()
|
||||
|
||||
def set_theme(self):
|
||||
set_theme(self)
|
||||
|
||||
Reference in New Issue
Block a user