diff options
author | Christian Hesse <mail@eworm.de> | 2023-10-11 07:27:05 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-10-17 14:05:03 +0200 |
commit | c0a734fa217a9b94c6cba6071aed2d57fd886c75 (patch) | |
tree | 2128eb9d3a6859b21015664966494e0ebfdc3315 | |
parent | cfc8c4f1eac5c17346ea307a806c4a26f0b0a7f6 (diff) |
global-functions: $ScriptInstallUpdate: use pushpin as bullet
-rw-r--r-- | global-functions.rsc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/global-functions.rsc b/global-functions.rsc index e4bbb7d..896d6ce 100644 --- a/global-functions.rsc +++ b/global-functions.rsc @@ -842,7 +842,6 @@ :global Identity; :global IDonate; :global NoNewsAndChangesNotification; - :global NotificationsWithSymbols; :global ScriptUpdatesBaseUrl; :global ScriptUpdatesFetch; :global ScriptUpdatesUrlSuffix; @@ -1038,7 +1037,7 @@ :for I from=($ExpectedConfigVersionBefore + 1) to=$ExpectedConfigVersion do={ :local Change ($GlobalConfigChanges->[ :tostr $I ]); :set NotificationMessage ($NotificationMessage . "\n " . \ - [ $IfThenElse ($NotificationsWithSymbols = true) ("\E2\97\8F") "*" ] . " " . $Change); + [ $SymbolForNotification "pushpin" "* " ] . $Change); $LogPrintExit2 info $0 ("Change " . $I . ": " . $Change) false; } } else={ |