Skip to content

Commit

Permalink
Fix menu icon
Browse files Browse the repository at this point in the history
  • Loading branch information
dkdkwizard committed Feb 15, 2024
1 parent 7c743e1 commit f4f1b36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/node/menu-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const {
BrowserWindow,
Menu,
MenuItem,
nativeImage,
shell,
ipcMain,
} = require('electron');
Expand Down Expand Up @@ -63,6 +64,7 @@ function buildFileMenu(fnKey, callback) {
id: 'SAVE_TO_CLOUD',
label: r.save_to_cloud,
click: callback,
icon: '../../public/img/icon-flux-plus@4x.png',
},
{ type: 'separator' },
{
Expand Down

0 comments on commit f4f1b36

Please sign in to comment.