mirror of
https://git.wownero.com/wowlet/wowlet.git
synced 2024-08-15 01:03:14 +00:00
Merge pull request 'minor touch ups' (#20) from wowario/wowlet:popup into master
Reviewed-on: https://git.wownero.com/wowlet/wowlet/pulls/20
This commit is contained in:
commit
81ad7bdb46
2 changed files with 2 additions and 3 deletions
|
@ -7,7 +7,6 @@
|
||||||
"wownero.fyi:34568",
|
"wownero.fyi:34568",
|
||||||
"wow.pwned.systems:34568",
|
"wow.pwned.systems:34568",
|
||||||
"de1.wownodes.com:34568",
|
"de1.wownodes.com:34568",
|
||||||
"wowbux.org:34568",
|
|
||||||
"global.wownodes.com:34568"
|
"global.wownodes.com:34568"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
@ -89,7 +89,7 @@ MainWindow::MainWindow(AppContext *ctx, QWidget *parent) :
|
||||||
connect(ui->actionReport_bug, &QAction::triggered, [this](){
|
connect(ui->actionReport_bug, &QAction::triggered, [this](){
|
||||||
QMessageBox::information(this, "Reporting Bugs",
|
QMessageBox::information(this, "Reporting Bugs",
|
||||||
"<body>Please report any bugs as issues on our git repo:<br>\n"
|
"<body>Please report any bugs as issues on our git repo:<br>\n"
|
||||||
"<a href=\"https://git.wownero.com/wownero/wowlet/issues\" style=\"color: #33A4DF\">https://git.wownero.com/wownero/wowlet/issues</a><br/><br/>"
|
"<a href=\"https://git.wownero.com/wowlet/wowlet/issues\" style=\"color: #33A4DF\">https://git.wownero.com/wowlet/wowlet/issues</a><br/><br/>"
|
||||||
"\n"
|
"\n"
|
||||||
"Before reporting a bug, upgrade to the most recent version of WOWlet "
|
"Before reporting a bug, upgrade to the most recent version of WOWlet "
|
||||||
"(latest release or git HEAD), and include the version number in your report. "
|
"(latest release or git HEAD), and include the version number in your report. "
|
||||||
|
@ -246,7 +246,7 @@ MainWindow::MainWindow(AppContext *ctx, QWidget *parent) :
|
||||||
|
|
||||||
if(config()->get(Config::warnOnAlpha).toBool()) {
|
if(config()->get(Config::warnOnAlpha).toBool()) {
|
||||||
QString warning = "WOWlet is currently in beta.\n\nPlease report any bugs "
|
QString warning = "WOWlet is currently in beta.\n\nPlease report any bugs "
|
||||||
"you encounter on our Git repository, IRC freenode #wownero or on /r/Wowonero.";
|
"you encounter on our Git repository, IRC freenode #wownero or on /r/Wownero.";
|
||||||
QMessageBox::warning(this, "Beta Warning", warning);
|
QMessageBox::warning(this, "Beta Warning", warning);
|
||||||
config()->set(Config::warnOnAlpha, false);
|
config()->set(Config::warnOnAlpha, false);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue