Fix profiles

This commit is contained in:
Isaac Marovitz 2023-09-19 13:01:45 -04:00 committed by Isaac Marovitz
parent fffe67b5c5
commit bc36ca697e

View file

@ -99,7 +99,7 @@
VerticalAlignment="Center" VerticalAlignment="Center"
SelectedIndex="0" SelectedIndex="0"
ItemsSource="{Binding ProfilesList}" ItemsSource="{Binding ProfilesList}"
Text="{Binding ProfileName}" /> Text="{Binding ProfileName, Mode=TwoWay}" />
<Button <Button
Grid.Column="2" Grid.Column="2"
MinWidth="0" MinWidth="0"