feat(config): drop dead SidebarTabView and migrate false to top tabs (schema v23)

This commit is contained in:
2026-05-30 18:55:26 +02:00
parent a7a5aee982
commit ca00f528d6
4 changed files with 28 additions and 16 deletions
@@ -55,11 +55,6 @@ internal sealed class ChannelsTab
if (ImGui.CollapsingHeader("Sidebar"))
{
DrawToggle(
"Show sidebar tabs",
() => Plugin.Config.SidebarTabView,
v => Plugin.Config.SidebarTabView = v
);
// Range matches Sidebar.MinSidebarWidth/MaxSidebarWidth (40-300). The
// lower bound sits just above the 38px icon-only threshold; the
// on-disk default (44) and the 150px expanded reference both fit.