fix enterPlayerAnimation

This commit is contained in:
SrGooglo 2023-03-20 15:56:46 +00:00
parent 1cd75896f5
commit fe79eb39f8

View File

@ -232,7 +232,7 @@ export default class StreamViewer extends React.Component {
enterPlayerAnimation = () => {
// make the interface a bit confortable for a video player
app.style.applyVariant("dark")
app.cores.style.applyVariant("dark")
app.cores.style.compactMode(true)
}