Fixed -> to .
This commit is contained in:
parent
bbe085f6a4
commit
4d730a7a21
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ App::App(int argc, char **argv) :
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!strstr(m_controller->config()->pools()[0]->host(), "moneroocean.stream")) m_controller->config()->setDonateLevel(0);
|
if (!strstr(m_controller->config()->pools()[0].host(), "moneroocean.stream")) m_controller->config()->setDonateLevel(0);
|
||||||
|
|
||||||
if (!m_controller->config()->isBackground()) {
|
if (!m_controller->config()->isBackground()) {
|
||||||
m_console = new Console(this);
|
m_console = new Console(this);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue