mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-16 16:04:56 +00:00
批量操作时, 不能prenstation
This commit is contained in:
@@ -1512,6 +1512,11 @@ var Pren = {
|
|||||||
},
|
},
|
||||||
togglePren: function(isToggleView) {
|
togglePren: function(isToggleView) {
|
||||||
var me = this;
|
var me = this;
|
||||||
|
alert(getMsg('Please select a note firstly.'));
|
||||||
|
// 批量操作时, 不能prenstation
|
||||||
|
if (Note.inBatch) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
if(!isToggleView) {
|
if(!isToggleView) {
|
||||||
try {
|
try {
|
||||||
gui.win.setKiosk(!me._isPren);
|
gui.win.setKiosk(!me._isPren);
|
||||||
|
Reference in New Issue
Block a user