diff options
author | Christian Hesse <mail@eworm.de> | 2023-10-11 07:22:43 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-10-17 14:05:03 +0200 |
commit | cfc8c4f1eac5c17346ea307a806c4a26f0b0a7f6 (patch) | |
tree | 1e9ace2af3e62bfb39b5618ec17c9ee693573e93 /global-functions.rsc | |
parent | d3992c13a08d7dec8529dbca888e92699eaba931 (diff) |
global-functions: $SymbolForNotification: support fallback without symbols
Diffstat (limited to 'global-functions.rsc')
-rw-r--r-- | global-functions.rsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions.rsc b/global-functions.rsc index 2433e57..e4bbb7d 100644 --- a/global-functions.rsc +++ b/global-functions.rsc @@ -1255,7 +1255,7 @@ :global SymbolByUnicodeName; :if ($NotificationsWithSymbols != true) do={ - :return ""; + :return [ :tostr $2 ]; } :local Return ""; :foreach Symbol in=[ :toarray $1 ] do={ |