Theme-selection ignored on Windows 11? #94
Closed
CruiseMaster
started this conversation in
General
Replies: 2 comments
-
Opened an issue and a pull request Released fixed version: Please wait for the pipeline to finish and the package to upload. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Wow, that was quick! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I've set the application-theme to "dark" in App.xaml like:
<mica:ThemeDictionary DesignModeTheme="Dark" Theme="Dark" />
but if Windows is set to light-mode, my application uses light-mode as well even though it's set to "Dark".
I want to force the application to be in dark-mode whatever Windows is set to.
Am I missing something?
I'm using the newest Windows 11 with .NET 8.0.1.
Thanks in advance. :)
Beta Was this translation helpful? Give feedback.
All reactions