misc: [ci skip] Missed the property part of _chosenProfile

This commit is contained in:
GreemDev 2025-06-09 17:59:40 -05:00
parent ce31a47934
commit 9d83dfd19c
2 changed files with 4 additions and 4 deletions

View file

@ -100,7 +100,7 @@
Name="ProfileBox"
HorizontalAlignment="Stretch"
VerticalAlignment="Center"
SelectedItem="{Binding ProfileChoose, Mode=TwoWay}"
SelectedItem="{Binding ChosenProfile, Mode=TwoWay}"
SelectionChanged="ComboBox_SelectionChanged"
ItemsSource="{Binding ProfilesList}"
Text="{Binding ProfileName, Mode=TwoWay}" />