mirror of
https://github.com/feather-wallet/feather.git
synced 2025-03-12 09:37:47 +00:00
Set firstRun to false after first run
This commit is contained in:
parent
7f70fa908d
commit
2a3d537679
1 changed files with 2 additions and 0 deletions
|
@ -88,6 +88,8 @@ MainWindow::MainWindow(WindowManager *windowManager, Wallet *wallet, QWidget *pa
|
|||
m_statusLabelStatus->setText("Constructing transaction" + this->statusDots());
|
||||
});
|
||||
|
||||
config()->set(Config::firstRun, false);
|
||||
|
||||
this->onWalletOpened();
|
||||
|
||||
#ifdef DONATE_BEG
|
||||
|
|
Loading…
Reference in a new issue