diff --git a/AetherBags/Addons/AddonConfigurationWindow.cs b/AetherBags/Addons/AddonConfigurationWindow.cs index aa9f970..981d0d4 100644 --- a/AetherBags/Addons/AddonConfigurationWindow.cs +++ b/AetherBags/Addons/AddonConfigurationWindow.cs @@ -22,6 +22,8 @@ public class AddonConfigurationWindow : NativeAddon var tabContentY = ContentStartPosition.Y + 40; var tabContentHeight = ContentSize.Y - 40; + _tabContent.Clear(); + _tabBarNode = new TabBarNode { Position = ContentStartPosition,