Ursa.Avalonia
Ursa.Avalonia copied to clipboard
ThemeSelector Update Phase2
- ThemeSelector now has a new property: ThemeSource.
- ThemeToggleButton actually controls ThemeSource if it is not set.
- Instead of maintaining a nullable boolean as internal state, ThemeToggleButton now just looking for next Theme available in ThemeSource.
- ThemeToggleButton always respect RequestThemeVariant on initialized. if it is set.
- Introduce a new Control, ThemeSelector. It behaves like a combobox.
Further fix of #340