aboutsummaryrefslogtreecommitdiffstats
path: root/global-functions.rsc
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2023-10-11 07:22:43 +0200
committerGravatar Christian Hesse <mail@eworm.de>2023-10-17 14:05:03 +0200
commitcfc8c4f1eac5c17346ea307a806c4a26f0b0a7f6 (patch)
tree1e9ace2af3e62bfb39b5618ec17c9ee693573e93 /global-functions.rsc
parentd3992c13a08d7dec8529dbca888e92699eaba931 (diff)
global-functions: $SymbolForNotification: support fallback without symbols
Diffstat (limited to 'global-functions.rsc')
-rw-r--r--global-functions.rsc2
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={