changing system theme don't change app theme
See original GitHub issueDescribe the bug changing system theme don’t change app theme
To Reproduce Steps to reproduce the behavior:
<Application
x:Class="AbadisDic.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:hc="https://handyorg.github.io/handycontrol"
xmlns:system="clr-namespace:System;assembly=netstandard"
StartupUri="Views/Win.xaml"
DispatcherUnhandledException="OnDispatcherUnhandledException">
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<hc:Theme />
<hc:ThemeResources UsingSystemTheme="True" />
<!-- Other merged dictionaries here -->
</ResourceDictionary.MergedDictionaries>
<!-- Other app resources here -->
</ResourceDictionary>
</Application.Resources>
</Application>
Expected behavior Theme should change
Screenshots
Environment (please complete the following information):
- .net: net6.0-windows
- IDE: vs2022
- Version: 3.3.9
addition it’s sync with windows theme when start but it won’t change on runtime
Issue Analytics
- State:
- Created 2 years ago
- Comments:12 (6 by maintainers)
Top Results From Across the Web
Setting android theme to follow system does not change ...
In the settings of my app i have it so that you are able to switch the theme off the app between Light,...
Read more >Change the app theme
In this codelab, you create a color theme for your app. ... How to set colors as part of your app theme; The...
Read more >Respond to system theme changes - .NET MAUI
NET MAUI app can respond to operating system theme changes by using the AppThemeBinding markup extension, and the SetAppThemeColor and ...
Read more >Use Dark theme in your apps
In some apps, you can change the color scheme. Dark theme can be easier to see, and it can save battery on some...
Read more >Change themes in Figma
Go to Preferences > Theme. Select an option from the list of themes. Your Figma design file and the file browser will immediately...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
new version 3.3.10 released
tanks for fix. I look forward for Nuget release.