feat: implement display name specializations for enums (#6238)
This commit is contained in:
@@ -97,7 +97,7 @@ enum class TabStyle : std::uint8_t {
|
||||
Compact,
|
||||
};
|
||||
|
||||
/// Settings which are availlable for reading and writing on the gui thread.
|
||||
/// Settings which are available for reading and writing on the gui thread.
|
||||
// These settings are still accessed concurrently in the code but it is bad practice.
|
||||
class Settings
|
||||
{
|
||||
@@ -294,8 +294,6 @@ public:
|
||||
"/behaviour/autoSubToParticipatedThreads",
|
||||
true,
|
||||
};
|
||||
// BoolSetting twitchSeperateWriteConnection =
|
||||
// {"/behaviour/twitchSeperateWriteConnection", false};
|
||||
|
||||
// Auto-completion
|
||||
BoolSetting onlyFetchChattersForSmallerStreamers = {
|
||||
|
||||
Reference in New Issue
Block a user