feat: add option to suppress live notifications on startup (#5388)
This commit is contained in:
@@ -475,6 +475,8 @@ public:
|
||||
"qrc:/sounds/ping3.wav"};
|
||||
BoolSetting notificationOnAnyChannel = {"/notifications/onAnyChannel",
|
||||
false};
|
||||
BoolSetting suppressInitialLiveNotification = {
|
||||
"/notifications/suppressInitialLive", false};
|
||||
|
||||
BoolSetting notificationToast = {"/notifications/enableToast", false};
|
||||
IntSetting openFromToast = {"/notifications/openFromToast",
|
||||
|
||||
Reference in New Issue
Block a user