layout/floating: Fix indicator element order

This commit is contained in:
Victoria Brekenfeld 2025-01-23 15:46:17 +01:00 committed by Victoria Brekenfeld
parent 0deab8d9ed
commit f6143747da

View file

@ -1578,7 +1578,7 @@ impl FloatingLayout {
active_window_hint.blue,
],
);
window_elements.push(element.into());
window_elements.insert(0, element.into());
}
}