Set firstRun to false after first run

This commit is contained in:
tobtoht 2021-05-27 00:20:48 +02:00
parent 7f70fa908d
commit 2a3d537679
No known key found for this signature in database
GPG key ID: 1CADD27F41F45C3C

View file

@ -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