Skip to content

Commit

Permalink
Request from anaglyphic, remove !nofullscreen for anaverse (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zir0h authored Oct 1, 2024
1 parent 30fdc7c commit a80cf9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/media-types/container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export const Container = ({
</Button>
)}

{displayView && !iOS && !nofullscreen && (
{displayView && !iOS && (
<Button
// TODO: Add a proper "tooltip" for buttons
title={'Show in Anaverse'}
Expand Down

0 comments on commit a80cf9e

Please sign in to comment.