diff --git a/modules/powermenu/PowerMenu.qml b/modules/powermenu/PowerMenu.qml index 712d94d..ad87ea3 100644 --- a/modules/powermenu/PowerMenu.qml +++ b/modules/powermenu/PowerMenu.qml @@ -16,10 +16,6 @@ StyledPanelWindow { implicitWidth: rect.width implicitHeight: rect.height - Process { - id: process - } - onFocusedChanged: { Visibility.powermenu = focused; } @@ -29,6 +25,10 @@ StyledPanelWindow { margin: 14 + Process { + id: process + } + StyledListView { id: list