mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-07 15:08:24 +00:00
fix(ui/views/App/Calls/Incall): little fix
This commit is contained in:
parent
d00b77d5d1
commit
4b74321394
2 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ DialogPlus {
|
|||
id: conferenceManager
|
||||
|
||||
readonly property int maxParticipants: 10
|
||||
readonly property int minParticipants: 2
|
||||
readonly property int minParticipants: 1
|
||||
|
||||
buttons: [
|
||||
TextButtonA {
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@ Rectangle {
|
|||
|
||||
// See: http://www.linphone.org/docs/liblinphone/group__call__misc.html#ga62c7d3d08531b0cc634b797e273a0a73
|
||||
Timer {
|
||||
interval: 5000
|
||||
interval: 500
|
||||
repeat: true
|
||||
running: true
|
||||
triggeredOnStart: true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue