mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-03 22:56:49 +00:00
- 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:
parent
331e621c8e
commit
176b46ce9f
1 changed files with 1 additions and 0 deletions
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue