mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-07 22:18:33 +00:00
fix: workspace home icon alignment in title bar when already fullscreen (#7967)
This commit is contained in:
@@ -275,6 +275,10 @@ app.on('ready', async () => {
|
||||
return mainWindow.isMaximized();
|
||||
});
|
||||
|
||||
ipcMain.handle('renderer:window-is-fullscreen', () => {
|
||||
return mainWindow.isFullScreen();
|
||||
});
|
||||
|
||||
ipcMain.handle('renderer:open-preferences', () => {
|
||||
ipcMain.emit('main:open-preferences');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user