layout/floating: Fix indicator element order
This commit is contained in:
parent
0deab8d9ed
commit
f6143747da
1 changed files with 1 additions and 1 deletions
|
|
@ -1578,7 +1578,7 @@ impl FloatingLayout {
|
|||
active_window_hint.blue,
|
||||
],
|
||||
);
|
||||
window_elements.push(element.into());
|
||||
window_elements.insert(0, element.into());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue