mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-07 14:44:01 +00:00
feat(Settings): hide all chat options when not activated
This commit is contained in:
parent
c076f1beab
commit
17f6c0a5c1
1 changed files with 1 additions and 0 deletions
|
|
@ -118,6 +118,7 @@ TabContainer {
|
|||
|
||||
Form {
|
||||
title: qsTr('chatTitle')
|
||||
visible: SettingsModel.chatEnabled || SettingsModel.developerSettingsEnabled
|
||||
width: parent.width
|
||||
|
||||
FormLine {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue