PlayerView: add MenuOverlay

This commit is contained in:
He4eT 2023-05-29 00:07:02 +03:00 committed by Alexey
commit 2b344f7cd9
4 changed files with 46 additions and 41 deletions

View file

@ -25,9 +25,9 @@ function App () {
const playerView = (themeEngine, singleWindow) =>
function view (params) {
return (<PlayerView {...{
...themeEngine,
...params,
themeEngine,
singleWindow,
...params,
}} />)
}