Settings home refactoring.

This commit is contained in:
Burak Kaan Köse
2026-03-14 21:03:52 +01:00
parent 642f6efbfb
commit 45142e6953
10 changed files with 660 additions and 236 deletions
@@ -74,4 +74,5 @@ public interface IStatePersistanceService : INotifyPropertyChanged
/// Setting: Calendar display count for the day view.
/// </summary>
int DayDisplayCount { get; set; }
}