configure_filesystem: Normalize member function casing

All other dialog types we have use CamelCase naming.
This commit is contained in:
Lioncash
2022-02-01 21:59:29 -05:00
parent 50e9ba34b4
commit b9f06bd599
3 changed files with 8 additions and 8 deletions

View File

@ -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();