diff --git a/Modals/PowerMenuModal.qml b/Modals/PowerMenuModal.qml index c2ce0cf0..88170b9d 100644 --- a/Modals/PowerMenuModal.qml +++ b/Modals/PowerMenuModal.qml @@ -78,7 +78,7 @@ DankModal { } onOpened: () => { selectedIndex = 0; - modalFocusScope.forceActiveFocus(); + Qt.callLater(() => modalFocusScope.forceActiveFocus()); } modalFocusScope.Keys.onPressed: (event) => { switch (event.key) {