-
-
Notifications
You must be signed in to change notification settings - Fork 109
Closed
Description
Describe 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
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
