From a81b501d7de45cb15af429fa18614a1bceb0d034 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sat, 28 Jul 2018 01:27:42 -0700 Subject: [PATCH] Hide the gamepad mapping button since it's unimplemented --- app/gui/main.qml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/gui/main.qml b/app/gui/main.qml index 7dc50d7f..04320976 100644 --- a/app/gui/main.qml +++ b/app/gui/main.qml @@ -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")