fix exitPlayerAnimation

This commit is contained in:
SrGooglo 2023-03-20 16:05:12 +00:00
parent cd84db635c
commit d62ad22b24

View File

@ -238,7 +238,7 @@ export default class StreamViewer extends React.Component {
}
exitPlayerAnimation = () => {
app.style.applyVariant(app.cores.settings.get("themeVariant"))
app.cores.style.applyVariant(app.cores.settings.get("themeVariant"))
app.cores.style.compactMode(false)
}