From 5381c1f79423cf8055440564218840f560322015 Mon Sep 17 00:00:00 2001 From: Zeffuro Date: Tue, 23 Dec 2025 05:49:07 +0100 Subject: [PATCH] Fix tab switching --- AetherBags/Addons/AddonConfigurationWindow.cs | 2 ++ 1 file changed, 2 insertions(+) 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,