On showWindow, also raise

This commit is contained in:
Tom Z
2021-08-19 19:33:38 +02:00
committed by Carl Schwan
parent cd461da413
commit 2ccde21896

View File

@@ -361,6 +361,7 @@ Kirigami.ApplicationWindow {
function onShowWindow() {
root.showWindow()
root.raise()
}
function onUserConsentRequired(url) {