summaryrefslogtreecommitdiff
path: root/src/lockwidget.cpp
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-10-31 02:52:14 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-11-06 07:44:59 -0500
commita88f9dd9a703c23263b5561d3cae126e90e36f3f (patch)
tree48a76a1e24be932ee4056c2008ce4c01d5092810 /src/lockwidget.cpp
parentb855754c9708c825e6bc1e995cb0262c065c5d20 (diff)
removed runExecutableOrExecutableFile()
log the actual spawning and requests to start as well as wait from plugins raise the lock widget when it's a dialog
Diffstat (limited to 'src/lockwidget.cpp')
-rw-r--r--src/lockwidget.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lockwidget.cpp b/src/lockwidget.cpp
index cc66112e..7b6e8430 100644
--- a/src/lockwidget.cpp
+++ b/src/lockwidget.cpp
@@ -183,6 +183,11 @@ void LockWidget::createUi(Reasons reason)
m_overlay->setFocus();
m_overlay->show();
m_overlay->setEnabled(true);
+
+ if (!overlayTarget) {
+ m_overlay->raise();
+ m_overlay->activateWindow();
+ }
}
void LockWidget::onForceUnlock()