mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-19 16:13:55 +02:00
Merge pull request #3995
7184c45
main: only check mining status when using local node (selsta)
This commit is contained in:
commit
264d3694c5
2
main.qml
2
main.qml
@ -481,9 +481,11 @@ ApplicationWindow {
|
||||
walletInitialized = true
|
||||
|
||||
// check if daemon was already mining and add mining logo if true
|
||||
if (!persistentSettings.useRemoteNode || persistentSettings.allowRemoteNodeMining) {
|
||||
middlePanel.advancedView.miningView.update();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function onDeviceButtonRequest(code){
|
||||
if (txConfirmationPopup.visible) {
|
||||
|
Loading…
Reference in New Issue
Block a user