mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 10:42:12 +00:00
fullscreen button added to the MainNavBar
This commit is contained in:
parent
eddf00ff7b
commit
ad5d04c7d3
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ const MainNavBar = ({ className }) => {
|
|||
tabs={TABS}
|
||||
searchBar={true}
|
||||
addonsButton={true}
|
||||
fullscreenButton={true}
|
||||
navMenu={true}
|
||||
/>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue