Improve UI for smaller screens

This commit is contained in:
2024-11-14 07:25:06 +01:00
parent cb86720b13
commit 20b9a59257
23 changed files with 224 additions and 191 deletions

View File

@@ -9,6 +9,8 @@ function createWindow() {
const win = new BrowserWindow({
width: 1400,
height: 800,
minWidth: 800,
minHeigth: 600,
webPreferences: {
preload: path.join(__dirname, "preload.js"),
},