mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-24 19:45:55 +00:00
main: only check mining status when using local node
This commit is contained in:
parent
064c145aa8
commit
7184c45043
1 changed files with 3 additions and 1 deletions
2
main.qml
2
main.qml
|
@ -481,9 +481,11 @@ ApplicationWindow {
|
||||||
walletInitialized = true
|
walletInitialized = true
|
||||||
|
|
||||||
// check if daemon was already mining and add mining logo if true
|
// check if daemon was already mining and add mining logo if true
|
||||||
|
if (!persistentSettings.useRemoteNode || persistentSettings.allowRemoteNodeMining) {
|
||||||
middlePanel.advancedView.miningView.update();
|
middlePanel.advancedView.miningView.update();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
function onDeviceButtonRequest(code){
|
function onDeviceButtonRequest(code){
|
||||||
if (txConfirmationPopup.visible) {
|
if (txConfirmationPopup.visible) {
|
||||||
|
|
Loading…
Reference in a new issue