mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 08:17:59 +00:00
Disable rescan cache btn until we know if it's needed
This commit is contained in:
parent
98b040670c
commit
f00a181843
1 changed files with 2 additions and 1 deletions
|
@ -123,6 +123,7 @@ Rectangle {
|
|||
}
|
||||
|
||||
|
||||
/* Rescan cache - Disabled until we know it's needed
|
||||
|
||||
StandardButton {
|
||||
id: rescanWalletbutton
|
||||
|
@ -156,7 +157,7 @@ Rectangle {
|
|||
|
||||
}
|
||||
}
|
||||
|
||||
*/
|
||||
}
|
||||
|
||||
//! Manage daemon
|
||||
|
|
Loading…
Reference in a new issue