global-functions: $ScriptInstallUpdate: use pushpin as bullet

This commit is contained in:
Christian Hesse 2023-10-11 07:27:05 +02:00
parent cfc8c4f1ea
commit c0a734fa21

View file

@ -842,7 +842,6 @@
:global Identity; :global Identity;
:global IDonate; :global IDonate;
:global NoNewsAndChangesNotification; :global NoNewsAndChangesNotification;
:global NotificationsWithSymbols;
:global ScriptUpdatesBaseUrl; :global ScriptUpdatesBaseUrl;
:global ScriptUpdatesFetch; :global ScriptUpdatesFetch;
:global ScriptUpdatesUrlSuffix; :global ScriptUpdatesUrlSuffix;
@ -1038,7 +1037,7 @@
:for I from=($ExpectedConfigVersionBefore + 1) to=$ExpectedConfigVersion do={ :for I from=($ExpectedConfigVersionBefore + 1) to=$ExpectedConfigVersion do={
:local Change ($GlobalConfigChanges->[ :tostr $I ]); :local Change ($GlobalConfigChanges->[ :tostr $I ]);
:set NotificationMessage ($NotificationMessage . "\n " . \ :set NotificationMessage ($NotificationMessage . "\n " . \
[ $IfThenElse ($NotificationsWithSymbols = true) ("\E2\97\8F") "*" ] . " " . $Change); [ $SymbolForNotification "pushpin" "* " ] . $Change);
$LogPrintExit2 info $0 ("Change " . $I . ": " . $Change) false; $LogPrintExit2 info $0 ("Change " . $I . ": " . $Change) false;
} }
} else={ } else={