mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-31 10:59:23 +00:00
Remove delay on new chat room creation tooltip
This commit is contained in:
parent
75dcd87212
commit
fb07f1419c
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ DialogPlus {
|
|||
TooltipArea{
|
||||
visible: AccountSettingsModel.conferenceURI == '' || subject.text == '' || selectedParticipants.count < conferenceManager.minParticipants
|
||||
maxWidth: participantView.width
|
||||
delay:0
|
||||
text: {
|
||||
var txt = '\n';
|
||||
if( subject.text == '')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue