From e0fe98a27410f415e296bba69c4587847ddd4781 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 17 Jul 2020 11:22:40 +0200 Subject: cloud-backup: add symbol in notification --- cloud-backup | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cloud-backup') diff --git a/cloud-backup b/cloud-backup index dd03a98..b85a467 100644 --- a/cloud-backup +++ b/cloud-backup @@ -12,6 +12,7 @@ :global DeviceInfo; :global LogPrintExit; :global SendNotification; +:global SymbolForNotification; :do { # we are not interested in output, but print without count-only is @@ -26,7 +27,7 @@ } :local Cloud [ / system backup cloud get ([ find ]->0) ]; - $SendNotification "Cloud backup" \ + $SendNotification ([ $SymbolForNotification "floppy-disk" ] . "Cloud backup") \ ("Uploaded backup for " . $Identity . " to cloud.\n\n" . \ [ $DeviceInfo ] . "\n\n" . \ "Name: " . $Cloud->"name" . "\n" . \ -- cgit v1.2.3-54-g00ecf