mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-17 16:45:21 +00:00
i18n
This commit is contained in:
@@ -1977,19 +1977,17 @@ function setMacTopMenu() {
|
||||
type: 'separator'
|
||||
},
|
||||
{
|
||||
label: 'Summary View',
|
||||
label: Api.getMsg('snippetView'),
|
||||
type: "checkbox",
|
||||
click: function() {
|
||||
Config.view = 'summary';
|
||||
Notebook.renderCurNotebook();
|
||||
Api.writeConfig(Config);
|
||||
Note.switchView('snippet');
|
||||
},
|
||||
},
|
||||
{
|
||||
label: 'List View',
|
||||
label: Api.getMsg('listView'),
|
||||
type: "checkbox",
|
||||
click: function() {
|
||||
Config.view = 'list';
|
||||
Notebook.renderCurNotebook();
|
||||
Api.writeConfig(Config);
|
||||
Note.switchView('list');
|
||||
},
|
||||
},
|
||||
]
|
||||
|
Reference in New Issue
Block a user