Fixed profiles on the input page:

- profiles are unlinked from controllers
- sometimes a new profile after saving changed to the previous one, had to select it again (fixed)
- when deleting, the profile now resets the name to "default"
This commit is contained in:
Vova
2025-03-01 23:44:05 +10:00
parent 9dc36646c1
commit 33e3ba9ff2
2 changed files with 22 additions and 2 deletions

View File

@@ -117,7 +117,7 @@
Name="ProfileBox"
HorizontalAlignment="Stretch"
VerticalAlignment="Center"
SelectedIndex="0"
SelectedIndex="{Binding ProfileChoose}"
ItemsSource="{Binding ProfilesList}"
Text="{Binding ProfileName, Mode=TwoWay}" />
<Button