-
Notifications
You must be signed in to change notification settings - Fork 20
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Thanks for this library, I appreciate the work you do. I'm sure I'm using it wrong, not that it's really a bug, but I can't seem to have the initial first time the app loads have it default to MicaAlt backdrop instead of regular Mica. I have this in my OnLaunched:
ThemeService
.ConfigureElementTheme(ElementTheme.Default)
.ConfigureBackdrop(BackdropType.MicaAlt, true)
.Initialize(MainWindow);I can change it with the combo box and then it loads correctly in subsequent app startup. Just not the first time.
Steps to reproduce the bug
Call ConfigureBackdrop in OnLaunched
NuGet package version
DevWinUI 9.1.0
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working