mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-11 05:14:34 +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");
|
||||
|
||||
update()
|
||||
timer.running = true
|
||||
timer.running = isDaemonLocal()
|
||||
|
||||
}
|
||||
function onPageClosed() {
|
||||
|
|
Loading…
Reference in a new issue