mirror of
https://github.com/uowuo/abaddon.git
synced 2026-08-15 05:19:58 +00:00
add option to use labels for channel list (#24)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user