mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 19:49:28 +00:00
wizard: only show setup wizard once
This commit is contained in:
parent
94e7e43dfe
commit
73a625d620
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,9 @@ void PageMenu::initializePage() {
|
||||||
} else {
|
} else {
|
||||||
ui->radioCreate->setChecked(true);
|
ui->radioCreate->setChecked(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Don't show setup wizard again
|
||||||
|
conf()->set(Config::firstRun, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
int PageMenu::nextId() const {
|
int PageMenu::nextId() const {
|
||||||
|
|
Loading…
Reference in a new issue