configure_input: Make None a controller option instead of checkbox

This commit is contained in:
Zach Hilman
2018-11-04 10:18:59 -05:00
parent 3a6cd5b3c8
commit e58c951a59
11 changed files with 150 additions and 154 deletions

View File

@ -25,7 +25,6 @@ public:
private:
void setConfiguration();
void OnDockedModeChanged(bool last_state, bool new_state);
std::unique_ptr<Ui::ConfigureGeneral> ui;
};