mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-28 22:53:09 +00:00
actioncenter: Ensure window gets raised over status bar
Potential fix for #358, haven't yet verified on device
This commit is contained in:
parent
eb9501edb1
commit
20efd102f3
1 changed files with 6 additions and 0 deletions
|
|
@ -32,6 +32,12 @@ NanoShell.FullScreenOverlay {
|
|||
|
||||
color: "transparent"
|
||||
|
||||
onVisibleChanged: {
|
||||
if (visible) {
|
||||
window.raise();
|
||||
}
|
||||
}
|
||||
|
||||
onActiveChanged: {
|
||||
if (!active) {
|
||||
drawer.close();
|
||||
|
|
|
|||
Loading…
Reference in a new issue