Skip to content

Commit 1db52fc

Browse files
committed
Disable the view for now.
Signed-off-by: Gökay Şatır <[email protected]> Change-Id: I2303b452dd94e8e72fcbd655a17fa66b525452a5
1 parent cbcf459 commit 1db52fc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

browser/src/control/Control.StatusBar.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,9 @@ class StatusBar extends JSDialog.Toolbar {
319319
this.showItem('permissionmode-container', true);
320320
this.showItem('showcomments-container', true);
321321
this.showItem('documentstatus-container', true);
322-
this.showItem('multi-page-view', true);
322+
323+
// Disable for now.
324+
//this.showItem('multi-page-view', true);
323325
}
324326
break;
325327

0 commit comments

Comments
 (0)