fixes
This commit is contained in:
parent
90965525ac
commit
bf93b94658
6 changed files with 148 additions and 148 deletions
|
@ -270,7 +270,7 @@ void ConfigureMotionTouch::applyConfiguration() {
|
|||
Settings::values.udp_input_address = ui->udp_server->text().toStdString();
|
||||
Settings::values.udp_input_port = static_cast<u16>(ui->udp_port->text().toInt());
|
||||
Settings::values.udp_pad_index = static_cast<u8>(ui->udp_pad_index->currentIndex());
|
||||
Settings::SaveProfile(Settings::values.profile);
|
||||
Settings::SaveProfile(Settings::values.current_input_profile);
|
||||
InputCommon::ReloadInputDevices();
|
||||
|
||||
accept();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue