mirror of
https://github.com/monero-project/monero-gui
synced 2024-10-31 21:56:42 +01:00
Merge pull request #535
03eaaa4
mining: disable mining status check for remote nodes (Jaquee)
This commit is contained in:
commit
a6f3510ee4
@ -235,7 +235,7 @@ Rectangle {
|
||||
console.log("Mining page loaded");
|
||||
|
||||
update()
|
||||
timer.running = true
|
||||
timer.running = isDaemonLocal()
|
||||
|
||||
}
|
||||
function onPageClosed() {
|
||||
|
Loading…
Reference in New Issue
Block a user