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 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={