mirror of
https://github.com/uowuo/abaddon.git
synced 2026-08-15 05:19:58 +00:00
mobile layout (#24)
This commit is contained in:
@@ -82,6 +82,7 @@ bool SettingsManager::GetShowOwnerCrown() const {
|
||||
return GetSettingBool("gui", "owner_crown", true);
|
||||
}
|
||||
|
||||
bool SettingsManager::GetAltChannelWidget() const {
|
||||
return GetSettingBool("gui", "alt_channel_widget", false);
|
||||
bool SettingsManager::GetUseMobileLayout() const {
|
||||
// todo: see if there's some sort of preprocessor directive to default this to true on mobile platforms
|
||||
return GetSettingBool("gui", "mobile", false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user