Some more initial changes

This commit is contained in:
Jonathan Carter
2024-12-08 16:55:03 +02:00
parent a61cc67a34
commit 4bc89c5d2b
24 changed files with 53 additions and 117 deletions

View File

@@ -13,7 +13,7 @@ def on_closed():
window = webview.create_window('System Installer', LOCATION,
transparent=True, easy_drag=False, frameless=True,
width=1030, focus=True, zoomable=True,
width=1050, focus=True, zoomable=True,
confirm_close=True)
window.events.closed += on_closed