Replace Share::TypeCircle with Share::TypeTeam

Signed-off-by: Rello <Rello@users.noreply.github.com>
This commit is contained in:
Rello 2025-09-05 08:37:20 +07:00 committed by Matthieu Gallien
parent 91065d73e4
commit f0151d8564

View File

@ -575,7 +575,7 @@ private slots:
return;
case Share::TypeUser:
case Share::TypeGroup:
case Share::TypeCircle:
case Share::TypeTeam:
case Share::TypeRoom:
expectedExpireDateTime = QDate::currentDate().addDays(internalExpireDays).startOfDay(QTimeZone::utc());
break;