// mediaView init stuff thats needs actions
mediaView->initialize();
- // restore window position
- readSettings();
-
// cool toolbar on the Mac
// this is too buggy to be enabled
// setUnifiedTitleAndToolBarOnMac(true);
setCentralWidget(views);
+ // restore window position
+ readSettings();
+
// Global shortcuts
GlobalShortcuts &shortcuts = GlobalShortcuts::instance();
#ifdef Q_WS_X11