Skip to content
Merged
Prev Previous commit
Next Next commit
chore: clean
  • Loading branch information
antonreshetov committed Apr 9, 2022
commit f433f2dcb4ea814f9b75533a9f11b1d49568649b
1 change: 0 additions & 1 deletion src/main/menu/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ MenuItemConstructorOptions
label: 'Preferences',
accelerator: 'CommandOrControl+,',
click: () => {
console.log('ss')
BrowserWindow.getFocusedWindow()?.webContents.send(
'main-menu:preferences'
)
Expand Down