disable tray unread icon color by default

This commit is contained in:
dries.k
2022-11-04 11:39:03 +01:00
parent a6a3869371
commit 332a22b32b

View File

@@ -16,7 +16,7 @@ DEFAULT_SETTINGS = {
"tray/notifications/duration_ms": 5000,
"tray/notifications/icon/show": True,
"tray/notifications/click": True,
"tray/icon/unread": True,
"tray/icon/unread": False,
"watchdog/interval/s": 60,
"MessageWidget/image/size": 33,
"MainWindow/label/size": 25,