]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
wizard: only show setup wizard once
authortobtoht <tob@featherwallet.org>
Wed, 13 Dec 2023 14:27:37 +0000 (15:27 +0100)
committertobtoht <tob@featherwallet.org>
Wed, 13 Dec 2023 14:27:37 +0000 (15:27 +0100)
src/wizard/PageMenu.cpp

index a5e0805dfa28b88a930939606a66c26385d5c395..118cd96523589d34ea1899843d0fb41037bac58f 100644 (file)
@@ -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 {