Shell title bar buttons adjustments.

This commit is contained in:
Burak Kaan Köse
2025-10-04 13:40:35 +02:00
parent 20ee4c3567
commit 2f5d4dad9a
3 changed files with 90 additions and 2 deletions
@@ -32,6 +32,9 @@ public interface INewThemeService : IInitializeAsync
// Improved accent color management
Task SetAccentColorAsync(string hexColor, bool preserveTheme = true);
// Title bar color management
void UpdateSystemCaptionButtonColors();
// Backdrop management
List<BackdropTypeWrapper> GetAvailableBackdropTypes();
}