mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
fix icons in context menu
This commit is contained in:
@@ -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"
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user