summaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 8014d8d..3a28ee2 100644
--- a/main.cpp
+++ b/main.cpp
@@ -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();
}