mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-15 23:55:50 +00:00
add tray (windows & mac)
This commit is contained in:
@@ -1450,6 +1450,11 @@ function initPage(initedCallback) {
|
||||
});
|
||||
});
|
||||
|
||||
ipc.send('show-tray', {
|
||||
Open: getMsg('Open'),
|
||||
Close: getMsg('Close')
|
||||
});
|
||||
|
||||
// 注入前端变量#
|
||||
WebService.set(Notebook, Note, Attach, Tag);
|
||||
|
||||
|
Reference in New Issue
Block a user