From e820323e7836f4f258b4af8af4e49f3d088bc18e Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 25 Aug 2022 12:52:59 +0200 Subject: global-config: add earth symbol in hello-world message for mode button --- global-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-config b/global-config index 3d34ed2..a2afd66 100644 --- a/global-config +++ b/global-config @@ -128,7 +128,7 @@ # Run different commands with multiple mode-button presses. :global ModeButton { 1="/system/script/run leds-toggle-mode;"; - 2=":global SendNotification; :global Identity; \$SendNotification (\"Hello...\") (\"Hello world, \" . \$Identity . \" calling!\");"; + 2=":global Identity; :global SendNotification; :global SymbolForNotification; \$SendNotification ([ \$SymbolForNotification \"earth\" ] . \"Hello...\") (\"Hello world, \" . \$Identity . \" calling!\");"; 3="/system/shutdown;"; 4="/system/reboot;"; 5=":global BridgePortVlan; \$BridgePortVlan alt;"; -- cgit v1.2.3-54-g00ecf