feat: implement display name specializations for enums (#6238)

This commit is contained in:
pajlada
2025-06-08 12:17:53 +02:00
committed by GitHub
parent 44c4745d27
commit f4cdae14ca
5 changed files with 292 additions and 10 deletions
+1 -3
View File
@@ -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 = {