- Remove 'app' section and keep 'ui'

- Allow to make a variable in readonly (only for enabling chats yet)
- Rename chatEnabled to standardChatEnabled
This commit is contained in:
Julien Wadel 2021-10-21 13:10:59 +02:00
parent 331e621c8e
commit 176b46ce9f

View file

@ -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'