fix icons in context menu

This commit is contained in:
zadam
2019-11-09 13:32:06 +01:00
parent 664485ccd5
commit 7cd75cebfc
2 changed files with 8 additions and 8 deletions

View File

@@ -127,7 +127,7 @@ function makeToast(message, protectingLabel, text) {
id: message.taskId,
title: protectingLabel + " status",
message: text,
icon: message.data.protect ? "shield-check" : "shield-close"
icon: message.data.protect ? "check-shield" : "shield"
};
}