mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 13:25:45 +00:00
configure_filesystem: Normalize member function casing
All other dialog types we have use CamelCase naming.
This commit is contained in:
parent
50e9ba34b4
commit
b9f06bd599
3 changed files with 8 additions and 8 deletions
|
@ -109,7 +109,7 @@ void ConfigureDialog::ApplyConfiguration() {
|
|||
ui_tab->ApplyConfiguration();
|
||||
system_tab->ApplyConfiguration();
|
||||
profile_tab->ApplyConfiguration();
|
||||
filesystem_tab->applyConfiguration();
|
||||
filesystem_tab->ApplyConfiguration();
|
||||
input_tab->ApplyConfiguration();
|
||||
hotkeys_tab->ApplyConfiguration(registry);
|
||||
cpu_tab->ApplyConfiguration();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue