refactoring enums

This commit is contained in:
2020-07-11 15:46:20 +02:00
parent 94f5eced01
commit b1e70f09b1
7 changed files with 68 additions and 51 deletions

View File

@@ -246,7 +246,7 @@
<ui:SimpleStackPanel Margin="5" Spacing="10">
<controls:PropertyPresenter Label="Theme Mode" Value="{Binding ThemeMode}" />
<controls:PropertyPresenter Label="Accent color" Value="{Binding AccentColor}" />
<controls:PropertyPresenter Label="Accent color" Value="{Binding AccentColors}" />
<controls:PropertyPresenter
Command="{Binding ShowDialogCommand}"
Label="Hello"