add tray (windows & mac)

This commit is contained in:
life
2016-12-26 20:02:55 +08:00
parent f9151a771b
commit 3958e0076b
11 changed files with 108 additions and 23 deletions

View File

@@ -1450,6 +1450,11 @@ function initPage(initedCallback) {
});
});
ipc.send('show-tray', {
Open: getMsg('Open'),
Close: getMsg('Close')
});
// 注入前端变量#
WebService.set(Notebook, Note, Attach, Tag);