allow setting to be toggled from the json file

This commit is contained in:
TheXamlGuy
2024-02-15 22:02:59 +00:00
parent 41b9d5e0fc
commit 43178429d2
11 changed files with 75 additions and 29 deletions
@@ -3,5 +3,5 @@
x:Class="Hyperbar.Widget.Windows.WidgetConfigurationView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<ItemsControl ItemTemplateSelector="{Binding ViewModelTemplateSelector}" ItemsSource="{Binding Mode=TwoWay}" />
<ItemsControl ItemTemplateSelector="{Binding ViewModelTemplateSelector}" ItemsSource="{x:Bind ViewModel, Mode=OneWay}" />
</UserControl>