Bump some more nugets, remove redundant events, and fix Outlook profile sync permission issue.

This commit is contained in:
Burak Kaan Köse
2024-08-26 22:09:00 +02:00
parent b64cc44531
commit 52923ed35b
11 changed files with 44 additions and 37 deletions

View File

@@ -46,7 +46,6 @@ namespace Wino.Services
public event EventHandler<ApplicationElementTheme> ElementThemeChanged;
public event EventHandler<string> AccentColorChanged;
public event EventHandler<string> AccentColorChangedBySystem;
private const string AccentColorKey = nameof(AccentColorKey);
private const string CurrentApplicationThemeKey = nameof(CurrentApplicationThemeKey);