mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-23 08:29:09 +00:00
Fix inability to open app menu with gamepad
This commit is contained in:
@@ -225,11 +225,8 @@ CenteredGridView {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Keys.onMenuPressed: {
|
Keys.onMenuPressed: {
|
||||||
if (model.running) {
|
// This will be keyboard/gamepad driven so use open() instead of popup()
|
||||||
// This will be keyboard/gamepad driven so use
|
appContextMenu.open()
|
||||||
// open() instead of popup()
|
|
||||||
appContextMenu.open()
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function doQuitGame() {
|
function doQuitGame() {
|
||||||
|
|||||||
Reference in New Issue
Block a user