mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-16 08:01:53 +00:00
批量操作时, 不能prenstation
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