mirror of
https://github.com/feather-wallet/feather.git
synced 2025-01-03 17:39:49 +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() {
|
void MainWindow::showWalletCacheDebugDialog() {
|
||||||
|
if (!this->verifyPassword()) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
WalletCacheDebugDialog dialog{m_ctx, this};
|
WalletCacheDebugDialog dialog{m_ctx, this};
|
||||||
dialog.exec();
|
dialog.exec();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue