@boldUsernames now work dynamically with the setting (#607)
This commit is contained in:
@@ -43,6 +43,7 @@ public:
|
||||
BoolSetting enableSmoothScrolling = {"/appearance/smoothScrolling", true};
|
||||
BoolSetting enableSmoothScrollingNewMessages = {"/appearance/smoothScrollingNewMessages",
|
||||
false};
|
||||
BoolSetting enableUsernameBold = {"/appearence/messages/boldUsernames", false};
|
||||
// BoolSetting useCustomWindowFrame = {"/appearance/useCustomWindowFrame", false};
|
||||
|
||||
/// Behaviour
|
||||
@@ -108,8 +109,6 @@ public:
|
||||
|
||||
BoolSetting inlineWhispers = {"/whispers/enableInlineWhispers", true};
|
||||
|
||||
BoolSetting usernameBold = {"/appearence/messages/boldUsernames", false};
|
||||
|
||||
/// External tools
|
||||
// Streamlink
|
||||
BoolSetting streamlinkUseCustomPath = {"/external/streamlink/useCustomPath", false};
|
||||
|
||||
Reference in New Issue
Block a user