add option to use labels for channel list (#24)

This commit is contained in:
ouwou
2021-04-15 15:45:49 -04:00
parent 5d95daaeca
commit 3aefab652e
4 changed files with 83 additions and 44 deletions

View File

@@ -81,3 +81,7 @@ bool SettingsManager::GetShowAnimations() const {
bool SettingsManager::GetShowOwnerCrown() const {
return GetSettingBool("gui", "owner_crown", true);
}
bool SettingsManager::GetAltChannelWidget() const {
return GetSettingBool("gui", "alt_channel_widget", false);
}