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();
|
||||
}
|
||||
|
||||
@@ -9,6 +9,9 @@ public interface IUpdateManager
|
||||
/// <summary>Loads and parses the update notes for the current version from the bundled asset file.</summary>
|
||||
Task<UpdateNotes> GetLatestUpdateNotesAsync();
|
||||
|
||||
/// <summary>Loads and parses the app feature highlights from the bundled asset file.</summary>
|
||||
Task<List<UpdateNoteSection>> GetFeaturesAsync();
|
||||
|
||||
/// <summary>Returns true if the current version's update notes have not yet been shown to the user.</summary>
|
||||
bool ShouldShowUpdateNotes();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user