mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-07 15:08:24 +00:00
Fix typo : Set default conference duration to 1 hour
This commit is contained in:
parent
7af7819510
commit
d892f0f8f7
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ void ConferenceInfoModel::initDateTime(){
|
|||
setDuration(0);
|
||||
}else{
|
||||
setDateTime(QDateTime::currentDateTimeUtc());
|
||||
setDuration(120);
|
||||
setDuration(60);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue