mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-10 23:27:26 -04:00
Merge pull request #1830
84a6042 mining: add visual icon/indicator that mining is enabled, visible on all the screens (mmbyday)
This commit is contained in:
1
main.qml
1
main.qml
@@ -72,6 +72,7 @@ ApplicationWindow {
|
||||
property bool qrScannerEnabled: (typeof builtWithScanner != "undefined") && builtWithScanner
|
||||
property int blocksToSync: 1
|
||||
property var isMobile: (appWindow.width > 700 && !isAndroid) ? false : true
|
||||
property bool isMining: false
|
||||
property var cameraUi
|
||||
property bool remoteNodeConnected: false
|
||||
property bool androidCloseTapped: false;
|
||||
|
||||
Reference in New Issue
Block a user