Update main.py

This commit is contained in:
Naiel
2025-08-15 16:48:46 +02:00
committed by GitHub
parent a74280f087
commit 0132c88ce7

View File

@@ -3,4 +3,4 @@ import webview
if __name__ == '__main__':
webview.create_window('TeleSec', 'dist/index.html')
# HTTP server is started automatically for local relative paths
webview.start(ssl=True)
webview.start(ssl=True, icon="dist/icon512_maskable.png")