Use unlock dialog when unlocking a database from browser extension
This commit is contained in:
committed by
Jonathan White
parent
09f5a74a15
commit
92a7fe33bd
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user