diff options
author | Christian Hesse <mail@eworm.de> | 2023-01-11 00:31:49 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-01-12 15:40:05 +0100 |
commit | 47a657d25c44910b548410dea84b092e5d5488dc (patch) | |
tree | 1f816b6f15e0f5ddb6fc944a246e34580601eb55 /global-functions | |
parent | c8e22f33c25db61a3f8287aae812017f79e8cba1 (diff) |
mod/notification-*: support extra text (or emojis 🚀) in notification tagschange-87
Diffstat (limited to 'global-functions')
-rw-r--r-- | global-functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions b/global-functions index d070e39..9e89670 100644 --- a/global-functions +++ b/global-functions @@ -10,7 +10,7 @@ :local 0 "global-functions"; # expected configuration version -:global ExpectedConfigVersion 86; +:global ExpectedConfigVersion 87; # global variables not to be changed by user :global GlobalFunctionsReady false; |