Update default IsSectionImageBackground default value
This commit is contained in:
parent
747ce5f064
commit
0ccfda46a1
@ -223,7 +223,7 @@ namespace ManagerService.Controllers
|
|||||||
configuration.WeatherResult = null;
|
configuration.WeatherResult = null;
|
||||||
configuration.IsDate = newConfiguration.isDate;
|
configuration.IsDate = newConfiguration.isDate;
|
||||||
configuration.IsHour = newConfiguration.isHour;
|
configuration.IsHour = newConfiguration.isHour;
|
||||||
configuration.IsSectionImageBackground = newConfiguration.isSectionImageBackground;
|
configuration.IsSectionImageBackground = true;
|
||||||
configuration.RoundedValue = newConfiguration.roundedValue;
|
configuration.RoundedValue = newConfiguration.roundedValue;
|
||||||
configuration.ScreenPercentageSectionsMainPage = newConfiguration.screenPercentageSectionsMainPage;
|
configuration.ScreenPercentageSectionsMainPage = newConfiguration.screenPercentageSectionsMainPage;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user