SettingsWallet, SettingsListItem: disable "Rescan wallet balance" buton if wallet is not synced

This commit is contained in:
rating89us
2021-12-12 18:24:39 +01:00
parent bddb9b0050
commit d160828cda
2 changed files with 4 additions and 0 deletions

View File

@@ -91,6 +91,7 @@ Rectangle {
}
MoneroComponents.SettingsListItem {
enabled: leftPanel.progressBar.fillLevel == 100
iconText: FontAwesome.repeat
description: qsTr("Use this feature if you think the shown balance is not accurate.") + translationManager.emptyString
title: qsTr("Rescan wallet balance") + translationManager.emptyString