Added a sanity check to IgnoreAllNotifications and prevent it from being backed up because of bad side effects like random IMs and group chats opening when enabled.
parent
ae594876b6
commit
a88f64a159
|
|
@ -6398,6 +6398,16 @@
|
|||
<string>Boolean</string>
|
||||
<key>Value</key>
|
||||
<integer>0</integer>
|
||||
<key>SanityCheckType</key>
|
||||
<string>Equals</string>
|
||||
<key>SanityValue</key>
|
||||
<array>
|
||||
<integer>0</integer>
|
||||
</array>
|
||||
<key>SanityComment</key>
|
||||
<string>This setting can lead to strange things happening in your conversations floater, personal IMs and group chats.</string>
|
||||
<key>Backup</key>
|
||||
<integer>0</integer>
|
||||
</map>
|
||||
<key>IgnorePixelDepth</key>
|
||||
<map>
|
||||
|
|
|
|||
Loading…
Reference in New Issue