Outlook auth fix and actually syncing.

This commit is contained in:
Burak Kaan Köse
2025-10-06 17:46:00 +02:00
parent 9623c2e6d2
commit 309e891594
14 changed files with 85 additions and 22 deletions
@@ -227,7 +227,7 @@ public class PreferencesService(IConfigurationService configurationService) : Ob
public bool IsNavigationPaneOpened
{
get => _configurationService.Get(nameof(IsNavigationPaneOpened), true);
set => SaveProperty(propertyName: nameof(IsNavigationPaneOpened), value);
set => SetPropertyAndSave(propertyName: nameof(IsNavigationPaneOpened), value);
}
public bool AutoSelectNextItem