-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsettings.ini
More file actions
22 lines (16 loc) · 792 Bytes
/
settings.ini
File metadata and controls
22 lines (16 loc) · 792 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[ChatMonitor]
; Enable or disable the feature entirely. 1=enabled, 0=disabled.
Enabled=1
; Enable or disable chat monitor sounds (unread + PWA closed notifications). 1=enabled, 0=disabled.
SoundEnabled=1
; How often to scan for apps, in seconds.
CheckIntervalSeconds=5
; PrefixMask-style filter file that controls which matched chat entries are reviewed.
; If empty or file is missing, no entries are reviewed.
ReviewMaskFile=ChatReviewMask.txt
; Sound to play for new unread messages. Can be a relative or full path.
UnreadMessageSound=assets\wav\Message.wav
; Minimum time in seconds between playing the unread message sound.
UnreadMessageSoundIntervalSeconds=30
; Sound to play when a monitored PWA (Edge) window is closed.
PwaClosedSound=assets\wav\alerte.wav