mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-15 23:55:50 +00:00
批量公开, 取消公开为博客完成
This commit is contained in:
@@ -116,6 +116,12 @@ define(function() {
|
||||
|
||||
var menu = {
|
||||
label: Api.getMsg('plugin.export_pdf.export'),
|
||||
enabled: function(noteIds) {
|
||||
if (noteIds && noteIds.length == 1) {
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
},
|
||||
click: (function() {
|
||||
return function(note) {
|
||||
if (UserInfo.IsLocal) {
|
||||
|
Reference in New Issue
Block a user