mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-06 20:15:19 +03:00
preserve channel list expansion and active channel (#36)
also check getenv in platform
This commit is contained in:
@@ -109,3 +109,7 @@ std::string SettingsManager::GetAPIBaseURL() const {
|
||||
bool SettingsManager::GetAnimatedGuildHoverOnly() const {
|
||||
return GetSettingBool("gui", "animated_guild_hover_only", true);
|
||||
}
|
||||
|
||||
bool SettingsManager::GetSaveState() const {
|
||||
return GetSettingBool("gui", "save_state", true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user