mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-12-16 06:12:28 +00:00
Fix inability to open app menu with gamepad
This commit is contained in:
parent
193e196c46
commit
aa4684077d
1 changed files with 2 additions and 5 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue