Rename build setting & encode with string value

This commit is contained in:
aringenbach
2022-04-07 09:38:21 +02:00
parent 2dc926a253
commit a539ad5f14
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];