mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-08 16:47:28 -04:00
@@ -34,7 +34,7 @@ import "../components" as MoneroComponents
|
||||
|
||||
Rectangle {
|
||||
id: item
|
||||
color: "transparent"
|
||||
color: "black"
|
||||
property var connected: Wallet.ConnectionStatus_Disconnected
|
||||
|
||||
function getConnectionStatusString(status) {
|
||||
|
||||
@@ -37,7 +37,7 @@ Rectangle {
|
||||
property string syncType // Wallet or Daemon
|
||||
property string syncText: qsTr("%1 blocks remaining: ").arg(syncType)
|
||||
visible: false
|
||||
color: "transparent"
|
||||
color: "black"
|
||||
|
||||
function updateProgress(currentBlock,targetBlock, blocksToSync, statusTxt){
|
||||
if(targetBlock > 0) {
|
||||
|
||||
Reference in New Issue
Block a user