mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-02 18:37:04 -04:00
Bring unlock database dialog to the front
This commit is contained in:
parent
fdbed324f7
commit
e708ef96d1
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ UnlockDatabaseDialog::UnlockDatabaseDialog(QWidget* parent)
|
|||
: QDialog(parent)
|
||||
, m_view(new UnlockDatabaseWidget(this))
|
||||
{
|
||||
setWindowFlags(windowFlags() | Qt::WindowStaysOnTopHint);
|
||||
connect(m_view, SIGNAL(editFinished(bool)), this, SLOT(complete(bool)));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue