feat(auto-tell-tabs): enable sidebar tab view by default for fresh installs

This commit is contained in:
2026-05-02 13:56:10 +02:00
parent e91c7a3888
commit 7add74dbbe
+6 -1
View File
@@ -127,7 +127,12 @@ public class Configuration : IPluginConfiguration
public bool MoreCompactPretty; public bool MoreCompactPretty;
public bool HideSameTimestamps; public bool HideSameTimestamps;
public bool ShowNoviceNetwork; public bool ShowNoviceNetwork;
public bool SidebarTabView; // Hellion Chat — vertical sidebar tab layout reads better than the
// horizontal tab strip in the company of Auto-Tell-Tabs (a club
// greeter typically tracks 515 simultaneous conversations). Bestand
// users keep their saved value untouched — only fresh installs pick
// up the new default.
public bool SidebarTabView = true;
public bool PrintChangelog = true; public bool PrintChangelog = true;
public bool OnlyPreviewIf; public bool OnlyPreviewIf;
public int PreviewMinimum = 1; public int PreviewMinimum = 1;