Rename build setting & encode with string value

This commit is contained in:
aringenbach
2022-04-07 09:38:21 +02:00
parent 08faf850e5
commit 3cb990706f
4 changed files with 11 additions and 9 deletions
@@ -526,7 +526,7 @@ TableViewSectionsDelegate>
[tmpSections addObject: sectionUserInterface];
if(BuildSettings.presenceSettingsAllowConfiguration)
if(BuildSettings.settingsScreenPresenceAllowConfiguration)
{
Section *sectionPresence = [Section sectionWithTag:SECTION_TAG_PRESENCE];
[sectionPresence addRowWithTag:PRESENCE_OFFLINE_MODE];