Skip to content
This repository was archived by the owner on Oct 8, 2020. It is now read-only.

Commit fe568f2

Browse files
committed
ignore compact_mode when split_mode enabled
1 parent 9105456 commit fe568f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export class CustomHeaderConfig {
115115
config.header_text = this.default_config.header_text;
116116
}
117117
if (config.header_text && config.header_text == ' ') config.header_text = ' ';
118-
118+
if (config.split_mode) config.compact_mode = false;
119119
if (config.hide_header && config.disable_sidebar) {
120120
config.kiosk_mode = true;
121121
config.hide_header = false;

0 commit comments

Comments
 (0)