mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
[home] handle 'pin' action
This commit is contained in:
@ -122,6 +122,10 @@
|
||||
return _clouds;
|
||||
};
|
||||
|
||||
sdk.setRecentFilePinned = function(id, value) {
|
||||
this.command('recent:pinned', JSON.stringify({id:id, pinned:value}));
|
||||
}
|
||||
|
||||
sdk.encrypt = {
|
||||
ENCRYPT_MODE_NONE: 0,
|
||||
ENCRYPT_MODE_SIMPLE: 1,
|
||||
|
||||
Reference in New Issue
Block a user