clang format

This commit is contained in:
faith 2024-12-22 15:32:00 +08:00
parent 9a9becdce8
commit ff637d037e
2 changed files with 3 additions and 2 deletions

View File

@ -563,7 +563,8 @@ void load(const std::filesystem::path& path) {
isAutoUpdate = toml::find_or<bool>(general, "autoUpdate", false);
separateupdatefolder = toml::find_or<bool>(general, "separateUpdateEnabled", false);
compatibilityData = toml::find_or<bool>(general, "compatibilityEnabled", false);
checkCompatibilityOnStartup = toml::find_or<bool>(general, "checkCompatibilityOnStartup", false);
checkCompatibilityOnStartup =
toml::find_or<bool>(general, "checkCompatibilityOnStartup", false);
}
if (data.contains("Input")) {

View File

@ -67,7 +67,7 @@ void CompatibilityInfoClass::UpdateCompatibilityDatabase(QWidget* parent) {
}
replies[i]->deleteLater();
} else {
// This means the request timed out
// This means the request timed out
return;
}
}