feat: add setting to show title in live message (#6572)
Reviewed-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
@@ -691,6 +691,10 @@ public:
|
||||
true};
|
||||
BoolSetting lockNotebookLayout = {"/misc/lockNotebookLayout", false};
|
||||
BoolSetting showPronouns = {"/misc/showPronouns", false};
|
||||
BoolSetting showTitleInLiveMessage = {
|
||||
"/extraChannels/live/showTitle",
|
||||
false,
|
||||
};
|
||||
|
||||
/// UI
|
||||
|
||||
|
||||
Reference in New Issue
Block a user