-
Suggestion
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
6.9.1
-
None
The FluentWinUI3 theme, in its Config.qml file, binds to the colorScheme with a read-only property. This makes it impossible for me to force my application to be just one or the other. I'm forced to support both light and dark theme if using FluentWinUI3 theme as the baseline for my controls. I have some custom color schemes, but they only work with the FluentWinUI3 light controls. It would be nice if I could set the property in the Config.qml, or if there was some general style mechanism to state the colorScheme that I require.