diff options
Diffstat (limited to 'global-config')
-rw-r--r-- | global-config | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/global-config b/global-config index 87ac2c7..4e5fd4a 100644 --- a/global-config +++ b/global-config @@ -8,7 +8,7 @@ # Make sure all configuration properties are up to date and this # value is in sync with value in script 'global-functions'! -:global GlobalConfigVersion 23; +:global GlobalConfigVersion 24; # This is used for DNS and backup file. :global Domain "example.com"; @@ -28,6 +28,9 @@ #:global TelegramTokenId "123456:ABCDEF-GHI"; #:global TelegramChatId "12345678"; +# Toggle this to disable symbols in notifications. +:global NotificationsWithSymbols true; + # This defines what backups to generate and what password to use. :global BackupSendBinary false; :global BackupSendExport true; |