diff --git a/src/wizard/PageMenu.cpp b/src/wizard/PageMenu.cpp index a5e0805..118cd96 100644 --- a/src/wizard/PageMenu.cpp +++ b/src/wizard/PageMenu.cpp @@ -29,6 +29,9 @@ void PageMenu::initializePage() { } else { ui->radioCreate->setChecked(true); } + + // Don't show setup wizard again + conf()->set(Config::firstRun, false); } int PageMenu::nextId() const {