add option to toggle server watchdog thread

This commit is contained in:
dries.k
2023-07-09 15:03:10 +02:00
parent 9668fd6bb8
commit 84495caf43
5 changed files with 96 additions and 10 deletions

View File

@@ -17,6 +17,7 @@ DEFAULT_SETTINGS = {
"tray/notifications/icon/show": True,
"tray/notifications/click": True,
"tray/icon/unread": False,
"watchdog/enabled": True,
"watchdog/interval/s": 60,
"MessageWidget/height/min": 100,
"MessageWidget/image/size": 33,