Respect API calendar colors unless overridden

This commit is contained in:
Burak Kaan Köse
2026-04-11 15:18:30 +02:00
parent e206368801
commit 448ebd6036
6 changed files with 63 additions and 9 deletions
@@ -87,6 +87,7 @@ public partial class CalendarAccountSettingsPageViewModel : CalendarBaseViewMode
if (AccountCalendar != null && !string.IsNullOrEmpty(value))
{
AccountCalendar.BackgroundColorHex = value;
AccountCalendar.IsBackgroundColorUserOverridden = true;
SaveChangesAsync();
}
}