mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 08:34:30 +00:00
feat(calendar): Can now create Jitsi link when making event
This commit is contained in:
@@ -517,7 +517,15 @@
|
||||
@interface UIxAppointmentEditorTemplate : UIxComponentEditorTemplate
|
||||
@end
|
||||
|
||||
|
||||
@implementation UIxAppointmentEditorTemplate
|
||||
|
||||
- (BOOL) showJitsiLinkCreation
|
||||
{
|
||||
SOGoSystemDefaults *sd;
|
||||
sd = [SOGoSystemDefaults sharedSystemDefaults];
|
||||
return [sd isCalendarJitsiLinkEnabled];
|
||||
}
|
||||
@end
|
||||
|
||||
/* Task Editor */
|
||||
|
||||
Reference in New Issue
Block a user