mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 11:55:36 -04:00
Merge pull request #663 from weslly/fix/unlock-dialog
Bring unlock database dialog to the front
This commit is contained in:
commit
3a5f19f7fd
@ -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…
x
Reference in New Issue
Block a user