diff options
| author | rating89us <45968869+rating89us@users.noreply.github.com> | 2021-12-12 18:24:39 +0100 |
|---|---|---|
| committer | rating89us <45968869+rating89us@users.noreply.github.com> | 2021-12-12 18:26:44 +0100 |
| commit | d160828cdaf4b852dc325b95d24cc71812116fe2 (patch) | |
| tree | 27d75c24ffde6b4d0e3752a54bc327b15184ae4b /pages | |
| parent | bddb9b0050ee086da5c7ee7fdb3627e0dff9f179 (diff) | |
| download | monzero-gui-d160828cdaf4b852dc325b95d24cc71812116fe2.tar.gz monzero-gui-d160828cdaf4b852dc325b95d24cc71812116fe2.tar.xz monzero-gui-d160828cdaf4b852dc325b95d24cc71812116fe2.zip | |
SettingsWallet, SettingsListItem: disable "Rescan wallet balance" buton if wallet is not synced
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/settings/SettingsWallet.qml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
