Remove delay on new chat room creation tooltip

This commit is contained in:
Julien Wadel 2021-08-24 15:12:14 +02:00
parent 75dcd87212
commit fb07f1419c

View file

@ -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 == '')