integrate code review

This commit is contained in:
Patric Gruber 2024-08-31 20:49:19 +02:00
parent 9501d36060
commit 7df39994ab
3 changed files with 5 additions and 8 deletions

View file

@ -13,7 +13,6 @@ void Settings::Init() {
}
void Settings::SaveSettings() {
// verify if is necessary to save
if (settingsChanged) {
SaveSettingsToFile();