GP-04: reset Tab.PopOut on load via shared helper (clears stale pinned flags)

This commit is contained in:
2026-06-16 13:26:17 +02:00
parent 5bdf4217d6
commit ea3f00f107
2 changed files with 20 additions and 0 deletions
+7
View File
@@ -241,6 +241,13 @@ public sealed class Plugin : IAsyncDalamudPlugin
// TempTabs survive reload — Jin's tester feedback (v1.4.7).
Config.Tabs.RemoveAll(TabLifecycleHelpers.ShouldStripOnLoad);
// GP-04: clear stale Tab.PopOut flags now — the pool binds further down
// (ChannelPopoutPool resolve below), so at this point no tab can own a
// slot. A persisted PopOut=true (notably on surviving pinned TempTabs)
// would otherwise be a flag with no window. Runs after the strip, before
// any pool TryOpen.
TabLifecycleHelpers.ResetPopOutOnLoad(Config.Tabs);
LanguageChanged(Interface.UiLanguage);
// v1.5.3 migration: Settings.Apply auto-activates the matching