mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-15 15:41:19 +00:00
Merge branch 'feature-batch' into pre-release
Conflicts: public/langs/zh-cn.js public/langs/zh-hk.js
This commit is contained in:
@@ -1512,6 +1512,11 @@ var Pren = {
|
||||
},
|
||||
togglePren: function(isToggleView) {
|
||||
var me = this;
|
||||
alert(getMsg('Please select a note firstly.'));
|
||||
// 批量操作时, 不能prenstation
|
||||
if (Note.inBatch) {
|
||||
return;
|
||||
}
|
||||
if(!isToggleView) {
|
||||
try {
|
||||
gui.win.setKiosk(!me._isPren);
|
||||
|
Reference in New Issue
Block a user