feat: add setting to show title in live message (#6572)

Reviewed-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
Supa
2025-11-15 15:24:13 +02:00
committed by GitHub
parent fa45fdecd1
commit 0b4e2312ff
7 changed files with 34 additions and 4 deletions
+4
View File
@@ -691,6 +691,10 @@ public:
true};
BoolSetting lockNotebookLayout = {"/misc/lockNotebookLayout", false};
BoolSetting showPronouns = {"/misc/showPronouns", false};
BoolSetting showTitleInLiveMessage = {
"/extraChannels/live/showTitle",
false,
};
/// UI