1
0
Fork 0
mirror of https://github.com/marcrobledo/RomPatcher.js.git synced 2025-06-27 16:25:54 +00:00

fix: window size

This commit is contained in:
Iranon 2024-06-05 11:47:08 +02:00
parent 8f31944230
commit 081fe40506

View file

@ -67,10 +67,10 @@
"windows": [ "windows": [
{ {
"fullscreen": false, "fullscreen": false,
"height": 600,
"resizable": true, "resizable": true,
"title": "RomPatcher", "title": "RomPatcher",
"width": 800 "height": 800,
"width": 900
} }
] ]
} }