This commit is contained in:
CortexCore
2025-04-30 14:17:59 +08:00
parent e8efbef8ec
commit 994817348b
1746 changed files with 148086 additions and 104 deletions

View File

@@ -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)