diff --git a/Src/Unity/Scripts/UX/Service/UXService.cs b/Src/Unity/Scripts/UX/Service/UXService.cs index d459a6e..b5d4f1a 100644 --- a/Src/Unity/Scripts/UX/Service/UXService.cs +++ b/Src/Unity/Scripts/UX/Service/UXService.cs @@ -150,7 +150,6 @@ namespace BITKit.UX if (nextPanel.IsWindow) { WindowEntryGruop.Entry(nextPanel); - History.Push(CurrentPanel); return; } WindowEntryGruop.Entry(-1);