Import functionality for wino accounts, calendar sync UI, bunch of shell improvements
This commit is contained in:
@@ -29,5 +29,6 @@ public interface IAccountCalendarStateService : INotifyPropertyChanged
|
||||
/// </summary>
|
||||
IEnumerable<AccountCalendarViewModel> ActiveCalendars { get; }
|
||||
IEnumerable<AccountCalendarViewModel> AllCalendars { get; }
|
||||
bool IsAnySynchronizationInProgress { get; }
|
||||
ReadOnlyObservableGroupedCollection<MailAccount, AccountCalendarViewModel> GroupedCalendars { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user