mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-01 23:35:55 +00:00
Hide the gamepad mapping button since it's unimplemented
This commit is contained in:
parent
871988b2cb
commit
a81b501d7d
@ -80,6 +80,9 @@ ApplicationWindow {
|
||||
}
|
||||
|
||||
ToolButton {
|
||||
// TODO: Implement gamepad mapping then unhide this button
|
||||
visible: false
|
||||
|
||||
icon.source: "qrc:/res/ic_videogame_asset_white_48px.svg"
|
||||
onClicked: navigateTo("qrc:/gui/GamepadMapper.qml", "Gamepad Mapping")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user