New startup window.
This commit is contained in:
@@ -37,4 +37,10 @@ public interface INewThemeService : IInitializeAsync
|
||||
|
||||
// Backdrop management
|
||||
List<BackdropTypeWrapper> GetAvailableBackdropTypes();
|
||||
|
||||
/// <summary>
|
||||
/// Re-applies the current theme (backdrop, root theme, accent, caption colors)
|
||||
/// to the currently active window. Use after a window transition.
|
||||
/// </summary>
|
||||
Task ApplyThemeToActiveWindowAsync();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user