There was an error while loading. Please reload this page.
1 parent c28a8d9 commit b8be32bCopy full SHA for b8be32b
1 file changed
src/main-window.ts
@@ -113,6 +113,7 @@ function getOSWindowOptions(): Partial< BrowserWindowConstructorOptions > {
113
symbolColor: 'white',
114
height: WINDOWS_TITLEBAR_HEIGHT,
115
},
116
+ minHeight: MAIN_MIN_HEIGHT + WINDOWS_TITLEBAR_HEIGHT,
117
};
118
119
default:
0 commit comments