mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-25 20:15:54 +00:00
Merge pull request #535
03eaaa4
mining: disable mining status check for remote nodes (Jaquee)
This commit is contained in:
commit
a6f3510ee4
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ Rectangle {
|
||||||
console.log("Mining page loaded");
|
console.log("Mining page loaded");
|
||||||
|
|
||||||
update()
|
update()
|
||||||
timer.running = true
|
timer.running = isDaemonLocal()
|
||||||
|
|
||||||
}
|
}
|
||||||
function onPageClosed() {
|
function onPageClosed() {
|
||||||
|
|
Loading…
Reference in a new issue