This commit is contained in:
CortexCore
2025-01-09 17:49:38 +08:00
parent 0287c1a2fc
commit 01e7e4e35e
5 changed files with 159 additions and 16 deletions

View File

@@ -61,6 +61,7 @@ namespace BITKit.UX
get=>_currentTab;
set
{
if(_currentTab == value)return;
_currentTab = value;
SetTabs(value);
}