ui: Don't show start window when opening project with double-click

* added menu option to show start window
This commit is contained in:
Eberhard Graether
2017-07-17 17:07:01 +02:00
parent 4bb88a51b7
commit 1982f4459a
12 changed files with 136 additions and 126 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ public:
QtStartScreen(QWidget* parent = 0);
QSize sizeHint() const override;
void setupStartScreen(bool unlocked);
void setupStartScreen();
signals:
void openOpenProjectDialog();