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 = () => { const createWindow = () => {
// Create the browser window. // Create the browser window.
const mainWindow = new BrowserWindow({ const mainWindow = new BrowserWindow({
width: 800, width: 545,
height: 600, height: 630,
resizable: false, resizable: true,
frame: false, frame: false,
webPreferences: { webPreferences: {
preload: path.join(__dirname, 'preload.js'), preload: path.join(__dirname, 'preload.js'),