mirror of
https://git.wownero.com/wowlet/wowlet.git
synced 2024-08-15 01:03:14 +00:00
Merge pull request 'Update alpha message' (#196) from tobtoht/feather:beta_warning into master
Reviewed-on: https://git.wownero.com/feather/feather/pulls/196
This commit is contained in:
commit
9592335fa1
1 changed files with 3 additions and 3 deletions
|
@ -268,9 +268,9 @@ MainWindow::MainWindow(AppContext *ctx, QWidget *parent) :
|
||||||
}
|
}
|
||||||
|
|
||||||
if(config()->get(Config::warnOnAlpha).toBool()) {
|
if(config()->get(Config::warnOnAlpha).toBool()) {
|
||||||
auto alphaWarning = "Feather wallet is currently in alpha. Bugs are to be expected and "
|
QString warning = "Feather Wallet is currently in beta.\n\nPlease report any bugs "
|
||||||
"can be reported on our Git repository or on IRC.";
|
"you encounter on our Git repository, IRC or on /r/FeatherWallet.";
|
||||||
Utils::showMessageBox("Warning", alphaWarning, true);
|
QMessageBox::warning(this, "Beta Warning", warning);
|
||||||
config()->set(Config::warnOnAlpha, false);
|
config()->set(Config::warnOnAlpha, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue