ThemeManager: replaced methods #199
-
|
Hello (Like discribed in the guides) Now, the ThemeManager is in the ContolzEx NuGet Package and the methods DetectAppStyle(...) and ChangeAppStyle(...) no longer exist. Can someone help me to get running this peace of code again? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 11 replies
-
|
How do you set the initial app theme? |
Beta Was this translation helpful? Give feedback.
SynTheme is meant to sync the current application theme with windows settings (accent color, app mode (dark/light).
Your code only sets the theme on "this", so on one specific window. If you want to change the application theme, for all windows, you have to pass Application.Current instead of a specific window.