From 176b46ce9fad484e3456bb3c6cdc9c51f634d45b Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Thu, 21 Oct 2021 13:10:59 +0200 Subject: [PATCH] - Remove 'app' section and keep 'ui' - Allow to make a variable in readonly (only for enabling chats yet) - Rename chatEnabled to standardChatEnabled --- linphone-app/src/components/settings/SettingsModel.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/linphone-app/src/components/settings/SettingsModel.hpp b/linphone-app/src/components/settings/SettingsModel.hpp index 0d1ccbce3..4463107b3 100644 --- a/linphone-app/src/components/settings/SettingsModel.hpp +++ b/linphone-app/src/components/settings/SettingsModel.hpp @@ -490,6 +490,7 @@ public: bool getIsInCall() const; + bool isReadOnly(const std::string& section, const std::string& name) const; std::string getEntryFullName(const std::string& section, const std::string& name) const; // Return the full name of the entry : 'name/readonly' or 'name'