fix: prevent resize of window
Users fiddling with window and complaining.
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ const createWindow = () => {
|
||||
const mainWindow = new BrowserWindow({
|
||||
width: 715,
|
||||
height: 550,
|
||||
resizable: true,
|
||||
resizable: false,
|
||||
frame: false,
|
||||
webPreferences: {
|
||||
preload: path.join(__dirname, 'preload.js'),
|
||||
|
||||
Reference in New Issue
Block a user