[MM-36309] Completely remove menu bar from Linux/Windows (#1718)
This commit is contained in:
@@ -548,3 +548,7 @@ function handleBrowserHistoryPush(e: IpcMainEvent, viewName: string, pathName: s
|
||||
export function getCurrentTeamName() {
|
||||
return status.currentServerName;
|
||||
}
|
||||
|
||||
export function removeWindowMenu() {
|
||||
status.mainWindow?.removeMenu();
|
||||
}
|
||||
|
Reference in New Issue
Block a user