feat(config): drop dead SidebarTabView and migrate false to top tabs (schema v23)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user