reverted maximized window workaround

This commit is contained in:
itsmattkc
2019-01-19 10:24:32 +11:00
parent 20f4b8d4c7
commit 5cc02956f3
4 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ int main(int argc, char *argv[]) {
if (launch_fullscreen) {
w.showFullScreen();
} else {
w.show();
w.showMaximized();
}
return a.exec();