mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-04 17:07:22 +00:00
PlayerView: add MenuOverlay
This commit is contained in:
parent
f614deca5a
commit
2b344f7cd9
4 changed files with 46 additions and 41 deletions
|
|
@ -25,9 +25,9 @@ function App () {
|
|||
const playerView = (themeEngine, singleWindow) =>
|
||||
function view (params) {
|
||||
return (<PlayerView {...{
|
||||
...themeEngine,
|
||||
...params,
|
||||
themeEngine,
|
||||
singleWindow,
|
||||
...params,
|
||||
}} />)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue