From d160828cdaf4b852dc325b95d24cc71812116fe2 Mon Sep 17 00:00:00 2001 From: rating89us <45968869+rating89us@users.noreply.github.com> Date: Sun, 12 Dec 2021 18:24:39 +0100 Subject: SettingsWallet, SettingsListItem: disable "Rescan wallet balance" buton if wallet is not synced --- pages/settings/SettingsWallet.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'pages') diff --git a/pages/settings/SettingsWallet.qml b/pages/settings/SettingsWallet.qml index 3e6a25ac..bf46abc1 100644 --- a/pages/settings/SettingsWallet.qml +++ b/pages/settings/SettingsWallet.qml @@ -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 -- cgit v1.2.3