diff options
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ int main(int argc, char *argv[]) { QCoreApplication::setApplicationName("BeetPlayer"); QCoreApplication::setApplicationVersion("0.99 (__build_info__)"); BeetPlayer w; - w.show(); + w.showMaximized(); return a.exec(); } |