mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-19 10:23:19 -05:00
Use unlock dialog when unlocking a database from browser extension
This commit is contained in:
parent
09f5a74a15
commit
92a7fe33bd
5 changed files with 33 additions and 9 deletions
|
|
@ -144,6 +144,8 @@ MainWindow::MainWindow()
|
|||
&DatabaseTabWidget::activateDatabaseChanged,
|
||||
browserService(),
|
||||
&BrowserService::activeDatabaseChanged);
|
||||
connect(
|
||||
browserService(), &BrowserService::requestUnlock, m_ui->tabWidget, &DatabaseTabWidget::performBrowserUnlock);
|
||||
#endif
|
||||
|
||||
#ifdef WITH_XC_SSHAGENT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue