mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-01-10 04:39:11 +00:00
Fix profiles
This commit is contained in:
parent
fffe67b5c5
commit
bc36ca697e
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@
|
|||
VerticalAlignment="Center"
|
||||
SelectedIndex="0"
|
||||
ItemsSource="{Binding ProfilesList}"
|
||||
Text="{Binding ProfileName}" />
|
||||
Text="{Binding ProfileName, Mode=TwoWay}" />
|
||||
<Button
|
||||
Grid.Column="2"
|
||||
MinWidth="0"
|
||||
|
|
Loading…
Reference in a new issue