cloud-backup: add second symbol

This commit is contained in:
Christian Hesse 2021-04-29 22:25:30 +02:00
parent 34ab2837a8
commit aa4ad27b0a
2 changed files with 2 additions and 1 deletions

View File

@ -42,7 +42,7 @@ $WaitFullyConnected;
:local Cloud [ / system backup cloud get ([ find ]->0) ];
$SendNotification2 ({ origin=$0; \
subject=([ $SymbolForNotification "floppy-disk" ] . "Cloud backup"); \
subject=([ $SymbolForNotification "floppy-disk,cloud" ] . "Cloud backup"); \
message=("Uploaded backup for " . $Identity . " to cloud.\n\n" . \
[ $DeviceInfo ] . "\n\n" . \
"Name: " . $Cloud->"name" . "\n" . \

View File

@ -1064,6 +1064,7 @@
:local Symbols {
"alarm-clock"="\E2\8F\B0";
"calendar"="\F0\9F\93\85";
"cloud"="\E2\98\81";
"cross-mark"="\E2\9D\8C";
"fire"="\F0\9F\94\A5";
"floppy-disk"="\F0\9F\92\BE";