global-functions: $SymbolForNotification: support fallback without symbols
This commit is contained in:
parent
d3992c13a0
commit
cfc8c4f1ea
1 changed files with 1 additions and 1 deletions
|
|
@ -1255,7 +1255,7 @@
|
||||||
:global SymbolByUnicodeName;
|
:global SymbolByUnicodeName;
|
||||||
|
|
||||||
:if ($NotificationsWithSymbols != true) do={
|
:if ($NotificationsWithSymbols != true) do={
|
||||||
:return "";
|
:return [ :tostr $2 ];
|
||||||
}
|
}
|
||||||
:local Return "";
|
:local Return "";
|
||||||
:foreach Symbol in=[ :toarray $1 ] do={
|
:foreach Symbol in=[ :toarray $1 ] do={
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue