Fix themes and attachment icons.

This commit is contained in:
Burak Kaan Köse
2024-11-27 01:43:03 +01:00
parent c3f98e327c
commit cd3e0492f5
16 changed files with 41 additions and 25 deletions

View File

@@ -22,5 +22,6 @@ namespace Wino.Core.Domain.Interfaces
Guid CurrentApplicationThemeId { get; set; }
string AccentColor { get; set; }
string GetSystemAccentColorHex();
bool IsCustomTheme { get; }
}
}