Skip to content

Commit

Permalink
fix: Hide back icon in public viewer
Browse files Browse the repository at this point in the history
In the Public view, no return is possible, as there is none.
  • Loading branch information
Merkur39 committed Nov 19, 2024
1 parent d42143d commit abb0ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/public/LightFileViewer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const LightFileViewer = ({ files, isPublic }) => {
isEnabled: isOfficeEnabled(isDesktop),
opener: onlyOfficeOpener
},
toolbarProps: { showToolbar: isDesktop }
toolbarProps: { showToolbar: isDesktop, showClose: false }
}}
>
<FooterActionButtons>
Expand Down

0 comments on commit abb0ba6

Please sign in to comment.