cli: option to disable notifications, closes #2340 (#2373)

This commit is contained in:
Evgeny Poberezkin
2023-05-03 17:40:11 +02:00
committed by GitHub
parent 69767126aa
commit 5116bfa79c
5 changed files with 12 additions and 2 deletions

View File

@@ -73,6 +73,7 @@ testOpts =
chatServerPort = Nothing,
optFilesFolder = Nothing,
allowInstantFiles = True,
muteNotifications = True,
maintenance = False
}