[MM-36309] Restore window menu, override shortcuts for window menu so they don't interfere (#1732)

This commit is contained in:
Devin Binnie
2021-09-15 03:52:53 -04:00
committed by GitHub
parent 980eed8d8d
commit df57051eaa
2 changed files with 6 additions and 5 deletions

View File

@@ -554,7 +554,3 @@ function handleBrowserHistoryPush(e: IpcMainEvent, viewName: string, pathName: s
export function getCurrentTeamName() {
return status.currentServerName;
}
export function removeWindowMenu() {
status.mainWindow?.removeMenu();
}