Skip to content

Commit 22b4875

Browse files
committed
Update filebrowser.js
1 parent bdae124 commit 22b4875

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

filebrowser.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1221,6 +1221,9 @@ function loadBinaryFileHTML(file, toggled) {
12211221
// update bottom float
12221222
bottomFloat.classList.add('file-open');
12231223

1224+
// change status bar color
1225+
document.querySelector('meta[name="theme-color"]').content = '#0e0e0e';
1226+
12241227
}
12251228

12261229
// if sidebar is open and on mobile device

0 commit comments

Comments
 (0)