diff options
Diffstat (limited to 'mainwindow.cpp')
-rw-r--r-- | mainwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mainwindow.cpp b/mainwindow.cpp index d951454..9460df5 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -76,6 +76,7 @@ MainWindow::MainWindow() // and keylist doesn't contain a private key QSettings settings; //if (settings.value("wizard/showWizard",true).toBool() && !mKeyList->containsPrivateKeys()) { + if (settings.value("wizard/showWizard",true).toBool() || !settings.value("wizard/next").isNull()) { startWizard(); } |