mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-06-12 07:19:14 +00:00
Fix Recover Account window title behaviour
This commit is contained in:
@@ -27,6 +27,7 @@ namespace Ryujinx.Ava.UI.Views.User
|
|||||||
switch (arg.NavigationMode)
|
switch (arg.NavigationMode)
|
||||||
{
|
{
|
||||||
case NavigationMode.New:
|
case NavigationMode.New:
|
||||||
|
case NavigationMode.Back:
|
||||||
NavigationDialogHost parent = (NavigationDialogHost)arg.Parameter;
|
NavigationDialogHost parent = (NavigationDialogHost)arg.Parameter;
|
||||||
|
|
||||||
_parent = parent;
|
_parent = parent;
|
||||||
|
|||||||
Reference in New Issue
Block a user