1
This commit is contained in:
@@ -106,7 +106,15 @@ var button = container.Get<Button>();
|
||||
|
||||
protected override void OnReturn()
|
||||
{
|
||||
UXService.Entry(_prevPanel);
|
||||
if (_prevPanel is not null)
|
||||
{
|
||||
UXService.Entry(_prevPanel);
|
||||
}
|
||||
else
|
||||
{
|
||||
UXService.Return();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
public void Perform(IHotkeyCollection collection)
|
||||
|
Reference in New Issue
Block a user