Merge pull request #3798

d160828 SettingsWallet, SettingsListItem: disable 'Rescan wallet balance' buton if wallet is not synced (rating89us)
This commit is contained in:
luigi1111
2022-01-01 12:51:03 -05:00
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