additions for live chroma and sound improvements

This commit is contained in:
vadimwit
2026-03-06 14:07:32 +00:00
parent f133abfdee
commit c08cd619f7
23 changed files with 947 additions and 6629 deletions
+2 -1
View File
@@ -7,9 +7,10 @@ function createWindow() {
const win = new BrowserWindow({
width: 1280,
height: 900,
minWidth: 900,
minWidth: 620,
minHeight: 600,
title: 'WhatTheFlat',
icon: path.join(__dirname, '../assets/whattheflat-logo.png'),
webPreferences: {
preload: path.join(__dirname, 'preload.cjs'),
contextIsolation: true,