mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-01 21:17:26 -04:00
main: only check mining status when using local node
This commit is contained in:
4
main.qml
4
main.qml
@@ -481,7 +481,9 @@ ApplicationWindow {
|
||||
walletInitialized = true
|
||||
|
||||
// check if daemon was already mining and add mining logo if true
|
||||
middlePanel.advancedView.miningView.update();
|
||||
if (!persistentSettings.useRemoteNode || persistentSettings.allowRemoteNodeMining) {
|
||||
middlePanel.advancedView.miningView.update();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user