diff --git a/app/gui/AppView.qml b/app/gui/AppView.qml index a6cc77dc..bcecd8c7 100644 --- a/app/gui/AppView.qml +++ b/app/gui/AppView.qml @@ -225,11 +225,8 @@ CenteredGridView { } Keys.onMenuPressed: { - if (model.running) { - // This will be keyboard/gamepad driven so use - // open() instead of popup() - appContextMenu.open() - } + // This will be keyboard/gamepad driven so use open() instead of popup() + appContextMenu.open() } function doQuitGame() {