Show server window maximalized on startup

This commit is contained in:
Artem30801
2020-02-19 22:48:56 +03:00
parent fc0a56836f
commit 5b44c1a591

View File

@@ -680,7 +680,7 @@ if __name__ == "__main__":
server.start()
window.show()
window.showMaximized()
splash.close()
loop.run_forever()