mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-16 17:27:38 +00:00
Require password to open cache viewer
This commit is contained in:
parent
78ef5cbe6b
commit
4950d659f3
1 changed files with 4 additions and 0 deletions
|
@ -1001,6 +1001,10 @@ void MainWindow::showDebugInfo() {
|
|||
}
|
||||
|
||||
void MainWindow::showWalletCacheDebugDialog() {
|
||||
if (!this->verifyPassword()) {
|
||||
return;
|
||||
}
|
||||
|
||||
WalletCacheDebugDialog dialog{m_ctx, this};
|
||||
dialog.exec();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue