Skip to content

Commit

Permalink
fix(viewer): enforce light viewer header
Browse files Browse the repository at this point in the history
Fixes: #6386

Signed-off-by: Jonas <jonas@freesources.org>
  • Loading branch information
mejo- committed Sep 15, 2024
1 parent 90696a2 commit 7441a0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ if (typeof OCA.Viewer === 'undefined') {
component: AsyncTextViewerComponent,
group: null,
theme: 'default',
darkHeader: false,
canCompare: true,
})
}

0 comments on commit 7441a0a

Please sign in to comment.