This commit is contained in:
CortexCore
2024-08-03 17:44:50 +08:00
parent a256dc33ed
commit 80ab7aa1b8
2 changed files with 34 additions and 0 deletions

View File

@@ -150,6 +150,7 @@ namespace BITKit.UX
if (nextPanel.IsWindow)
{
WindowEntryGruop.Entry(nextPanel);
History.Push(CurrentPanel);
return;
}
WindowEntryGruop.Entry(-1);