clang-format; address one comment
This commit is contained in:
parent
860860397b
commit
8e614c3eb0
11 changed files with 75 additions and 91 deletions
|
@ -1326,7 +1326,7 @@ void GMainWindow::OnConfigure() {
|
|||
connect(&configureDialog, &ConfigureDialog::languageChanged, this,
|
||||
&GMainWindow::OnLanguageChanged);
|
||||
auto old_theme = UISettings::values.theme;
|
||||
const int old_input_profile = Settings::values.current_input_profile;
|
||||
const int old_input_profile = Settings::values.current_input_profile_index;
|
||||
const auto old_input_profiles = Settings::values.input_profiles;
|
||||
const bool old_discord_presence = UISettings::values.enable_discord_presence;
|
||||
auto result = configureDialog.exec();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue