diff options
| author | TSRBerry <20988865+TSRBerry@users.noreply.github.com> | 2023-04-16 09:09:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-16 07:09:02 +0000 |
| commit | 6dbcdfea47e60aadefd59a75e43549793481f853 (patch) | |
| tree | 84122acbd9faffca6894f32a69e108edcf0fba9a /Ryujinx.Ava/UI/Applet/SwkbdAppletDialog.axaml | |
| parent | c5258cf082b10f335f81487f22b7eeb86075e09e (diff) | |
Ava: Fix nca extraction window never closing & minor cleanup (#4569)
* ava: Remove unused doWhileDeferred parameters
* ava: Minimally improve swkbd dialog
It's currently impossible to get the dialog to redirect focus to the InputBox.
* ava: Fix nca extraction dialog never closing
Also contains some minor cleanup
Diffstat (limited to 'Ryujinx.Ava/UI/Applet/SwkbdAppletDialog.axaml')
| -rw-r--r-- | Ryujinx.Ava/UI/Applet/SwkbdAppletDialog.axaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Ryujinx.Ava/UI/Applet/SwkbdAppletDialog.axaml b/Ryujinx.Ava/UI/Applet/SwkbdAppletDialog.axaml index 43ccf9e7..65504569 100644 --- a/Ryujinx.Ava/UI/Applet/SwkbdAppletDialog.axaml +++ b/Ryujinx.Ava/UI/Applet/SwkbdAppletDialog.axaml @@ -48,6 +48,7 @@ Grid.Column="1" HorizontalAlignment="Stretch" VerticalAlignment="Center" + Focusable="True" KeyUp="Message_KeyUp" Text="{Binding Message}" TextInput="Message_TextInput" @@ -61,4 +62,4 @@ HorizontalAlignment="Stretch" TextWrapping="Wrap" /> </Grid> -</UserControl>
\ No newline at end of file +</UserControl> |
