mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-07 14:44:01 +00:00
fix(MainWindow): do not display conference button if conference is disabled
This commit is contained in:
parent
11249292fd
commit
64fe207378
1 changed files with 1 additions and 0 deletions
|
|
@ -168,6 +168,7 @@ ApplicationWindow {
|
|||
ActionButton {
|
||||
icon: 'new_conference'
|
||||
iconSize: MainWindowStyle.newConferenceSize
|
||||
visible: SettingsModel.conferenceEnabled
|
||||
|
||||
onClicked: Logic.openConferenceManager()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue