aboutsummaryrefslogtreecommitdiffstats
path: root/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mainwindow.cpp')
-rw-r--r--mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mainwindow.cpp b/mainwindow.cpp
index 9460df5..611ec25 100644
--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -77,7 +77,7 @@ MainWindow::MainWindow()
QSettings settings;
//if (settings.value("wizard/showWizard",true).toBool() && !mKeyList->containsPrivateKeys()) {
- if (settings.value("wizard/showWizard",true).toBool() || !settings.value("wizard/next").isNull()) {
+ if (settings.value("wizard/showWizard",true).toBool() || !settings.value("wizard/nextPage").isNull()) {
startWizard();
}
}