mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 18:24:57 +08:00
[PE SSE mobile] Correct app options
This commit is contained in:
@ -104,7 +104,7 @@ export class storeAppOptions {
|
||||
if (permissions.editCommentAuthorOnly===undefined && permissions.deleteCommentAuthorOnly===undefined)
|
||||
this.canEditComments = this.canDeleteComments = this.isOffline;
|
||||
}
|
||||
this.isForm = !!window.isPDFForm;
|
||||
// this.isForm = !!window.isPDFForm;
|
||||
this.canChat = this.canLicense && !this.isOffline && (permissions.chat !== false);
|
||||
this.canEditStyles = this.canLicense && this.canEdit;
|
||||
this.canPrint = (permissions.print !== false);
|
||||
|
||||
@ -108,7 +108,7 @@ export class storeAppOptions {
|
||||
if (permissions.editCommentAuthorOnly===undefined && permissions.deleteCommentAuthorOnly===undefined)
|
||||
this.canEditComments = this.canDeleteComments = this.isOffline;
|
||||
}
|
||||
this.isForm = !!window.isPDFForm;
|
||||
// this.isForm = !!window.isPDFForm;
|
||||
this.canChat = this.canLicense && !this.isOffline && (permissions.chat !== false);
|
||||
this.canPrint = (permissions.print !== false);
|
||||
this.isRestrictedEdit = !this.isEdit && this.canComments && isSupportEditFeature;
|
||||
|
||||
Reference in New Issue
Block a user