forked from Public/monero-gui
mining: disable mining status check for remote nodes
This commit is contained in:
@@ -235,7 +235,7 @@ Rectangle {
|
||||
console.log("Mining page loaded");
|
||||
|
||||
update()
|
||||
timer.running = true
|
||||
timer.running = isDaemonLocal()
|
||||
|
||||
}
|
||||
function onPageClosed() {
|
||||
|
||||
Reference in New Issue
Block a user