move process, window cant take it atm

This commit is contained in:
Benjamin Palko 2025-09-17 10:21:42 -04:00
parent ed6cd2c8d5
commit c22a8f796d

View file

@ -16,10 +16,6 @@ StyledPanelWindow {
implicitWidth: rect.width implicitWidth: rect.width
implicitHeight: rect.height implicitHeight: rect.height
Process {
id: process
}
onFocusedChanged: { onFocusedChanged: {
Visibility.powermenu = focused; Visibility.powermenu = focused;
} }
@ -29,6 +25,10 @@ StyledPanelWindow {
margin: 14 margin: 14
Process {
id: process
}
StyledListView { StyledListView {
id: list id: list