chore: explore different window form factors

This commit is contained in:
talksik
2026-03-12 07:33:02 -07:00
parent 843ab95ec2
commit 0265dbdac4
+3 -3
View File
@@ -10,9 +10,9 @@ if (started) {
const createWindow = () => {
// Create the browser window.
const mainWindow = new BrowserWindow({
width: 800,
height: 600,
resizable: false,
width: 545,
height: 630,
resizable: true,
frame: false,
webPreferences: {
preload: path.join(__dirname, 'preload.js'),