From c0a734fa217a9b94c6cba6071aed2d57fd886c75 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 11 Oct 2023 07:27:05 +0200 Subject: global-functions: $ScriptInstallUpdate: use pushpin as bullet --- global-functions.rsc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'global-functions.rsc') 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={ -- cgit v1.2.3-54-g00ecf