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

@@ -143,6 +143,15 @@ namespace Wino.Services
}
}
public bool IsCustomTheme
{
get
{
return currentApplicationThemeId != Guid.Parse(_micaThemeId) &&
currentApplicationThemeId != Guid.Parse(_acrylicThemeId);
}
}
public async Task InitializeAsync()
{
// Already initialized. There is no need.