Skip to content

Commit

Permalink
refactor(menu): remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
yosheng committed Apr 8, 2024
1 parent ff42e64 commit 655fe4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ Press Command/Ctrl+R in Caprine to see your changes.
preload: path.join(__dirname, 'preload.js'),
},
});
proxyWin.setMenuBarVisibility(false);
proxyWin.loadFile(path.join(__dirname, '..', 'static/proxy.html'));
proxyWin.on('closed', () => {
proxyWin = undefined;
Expand Down

0 comments on commit 655fe4f

Please sign in to comment.