Update default IsSectionImageBackground default value

This commit is contained in:
Thomas Fransolet 2024-04-10 10:37:01 +02:00
parent 747ce5f064
commit 0ccfda46a1

View File

@ -223,7 +223,7 @@ namespace ManagerService.Controllers
configuration.WeatherResult = null;
configuration.IsDate = newConfiguration.isDate;
configuration.IsHour = newConfiguration.isHour;
configuration.IsSectionImageBackground = newConfiguration.isSectionImageBackground;
configuration.IsSectionImageBackground = true;
configuration.RoundedValue = newConfiguration.roundedValue;
configuration.ScreenPercentageSectionsMainPage = newConfiguration.screenPercentageSectionsMainPage;