mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-13 08:19:50 -05:00
Bring HTTP Confirmation window to the front
This commit is contained in:
parent
e684e230a6
commit
aba0633a78
@ -19,6 +19,8 @@ AccessControlDialog::AccessControlDialog(QWidget *parent) :
|
|||||||
QDialog(parent),
|
QDialog(parent),
|
||||||
ui(new Ui::AccessControlDialog())
|
ui(new Ui::AccessControlDialog())
|
||||||
{
|
{
|
||||||
|
this->setWindowFlags(windowFlags() | Qt::WindowStaysOnTopHint);
|
||||||
|
|
||||||
ui->setupUi(this);
|
ui->setupUi(this);
|
||||||
connect(ui->allowButton, SIGNAL(clicked()), this, SLOT(accept()));
|
connect(ui->allowButton, SIGNAL(clicked()), this, SLOT(accept()));
|
||||||
connect(ui->denyButton, SIGNAL(clicked()), this, SLOT(reject()));
|
connect(ui->denyButton, SIGNAL(clicked()), this, SLOT(reject()));
|
||||||
|
Loading…
Reference in New Issue
Block a user