Hide the gamepad mapping button since it's unimplemented

This commit is contained in:
Cameron Gutman 2018-07-28 01:27:42 -07:00
parent 871988b2cb
commit a81b501d7d

View File

@ -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")