Added functionality of customizable split headers #637 (#648)

* Added functionality of customizable split headers

* removed empty line
This commit is contained in:
apa420
2018-08-06 16:42:23 +02:00
committed by fourtf
parent c6cfb548f5
commit 43ba408568
4 changed files with 44 additions and 1 deletions
+6
View File
@@ -45,6 +45,12 @@ public:
BoolSetting enableSmoothScrollingNewMessages = {"/appearance/smoothScrollingNewMessages",
false};
BoolSetting enableUsernameBold = {"/appearence/messages/boldUsernames", false};
// BoolSetting customizable splitheader
BoolSetting showViewerCount = {"/appearance/splitheader/showViewerCount", false};
BoolSetting showTitle = {"/appearance/splitheader/showTitle", false};
BoolSetting showGame = {"/appearance/splitheader/showGame", false};
BoolSetting showUptime = {"/appearance/splitheader/showUptime", false};
// BoolSetting useCustomWindowFrame = {"/appearance/useCustomWindowFrame", false};
/// Behaviour