mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 19:55:46 +00:00
correct clang-format
This commit is contained in:
parent
797d3473b4
commit
103c4be2a3
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ void ConfigureInput::OnDockedModeChanged(bool last_state, bool new_state) {
|
|||
if (ui->use_docked_mode->isChecked() && ui->handheld_connected->isChecked()){
|
||||
ui->handheld_connected->setChecked(false);
|
||||
}
|
||||
|
||||
|
||||
if (last_state == new_state) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue