From: tobtoht Date: Wed, 13 Dec 2023 14:27:37 +0000 (+0100) Subject: wizard: only show setup wizard once X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=73a625d6206c0f00acde140eba720ff6a91d9723;p=gamesguru%2Ffeather.git wizard: only show setup wizard once --- diff --git a/src/wizard/PageMenu.cpp b/src/wizard/PageMenu.cpp index a5e0805d..118cd965 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 {