Input GUI: Add tab to remap controls (#1900)

This commit is contained in:
Anon 2016-07-29 07:45:49 -05:00 committed by bunnei
parent 47fcd68b01
commit e91327c86a
9 changed files with 825 additions and 8 deletions

View file

@ -513,6 +513,7 @@ void GMainWindow::OnConfigure() {
if (result == QDialog::Accepted)
{
configureDialog.applyConfiguration();
render_window->ReloadSetKeymaps();
config->Save();
}
}