mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-07-31 16:54:46 +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"
|
color: "transparent"
|
||||||
|
|
||||||
|
onVisibleChanged: {
|
||||||
|
if (visible) {
|
||||||
|
window.raise();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
onActiveChanged: {
|
onActiveChanged: {
|
||||||
if (!active) {
|
if (!active) {
|
||||||
drawer.close();
|
drawer.close();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue