mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-08 16:56:03 +00:00
Hide the gamepad mapping button since it's unimplemented
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user