1
0
mirror of https://github.com/ragestudio/comty.git synced 2025-07-10 17:54:16 +00:00

fix exitPlayerAnimation

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

@ -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)
}