mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-17 00:15:12 +00:00
local user fix
This commit is contained in:
@@ -2058,6 +2058,9 @@ function userMenu(allUsers) {
|
|||||||
|
|
||||||
mores.append(this.sync);
|
mores.append(this.sync);
|
||||||
mores.append(this.fullSync);
|
mores.append(this.fullSync);
|
||||||
|
mores.append(new gui.MenuItem({
|
||||||
|
type: 'separator'
|
||||||
|
}));
|
||||||
}
|
}
|
||||||
|
|
||||||
// 其它的
|
// 其它的
|
||||||
|
@@ -72,9 +72,6 @@ define(function() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
// 设置
|
// 设置
|
||||||
Api.addMoreMenu(new gui.MenuItem({
|
|
||||||
type: 'separator'
|
|
||||||
}));
|
|
||||||
Api.addMoreMenu(langMenu);
|
Api.addMoreMenu(langMenu);
|
||||||
},
|
},
|
||||||
// 打开后
|
// 打开后
|
||||||
|
Reference in New Issue
Block a user