diff --git a/src/commands/file_menu/file.ts b/src/commands/file_menu/file.ts index 76bbc63e..bb81c28c 100644 --- a/src/commands/file_menu/file.ts +++ b/src/commands/file_menu/file.ts @@ -46,7 +46,7 @@ export function addMenuFile( if (allKeysFromFile.length > 1 || (prop instanceof Array && prop.length > 1)) { if (Platform.isDesktop) { - item.setTitle("Enveloppe").setIcon("upload-cloud"); + item.setTitle("Enveloppe").setIcon("mail-open"); } else { //add the line to separate the commands menu.addSeparator(); diff --git a/src/commands/file_menu/folder.ts b/src/commands/file_menu/folder.ts index f966b634..d6b4eac2 100644 --- a/src/commands/file_menu/folder.ts +++ b/src/commands/file_menu/folder.ts @@ -142,8 +142,8 @@ export async function addMenuFolder( const areTheyMultipleRepo = plugin.settings.github?.otherRepo?.length > 0; if (areTheyMultipleRepo) { if (Platform.isDesktop) { - item.setTitle("E"); - item.setIcon("upload-cloud"); + item.setTitle("Enveloppe"); + item.setIcon("mail-open"); } else { //add the line to separate the commands menu.addSeparator();