mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 19:14:16 +00:00
fix exitPlayerAnimation
This commit is contained in:
parent
cd84db635c
commit
d62ad22b24
@ -238,7 +238,7 @@ export default class StreamViewer extends React.Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
exitPlayerAnimation = () => {
|
exitPlayerAnimation = () => {
|
||||||
app.style.applyVariant(app.cores.settings.get("themeVariant"))
|
app.cores.style.applyVariant(app.cores.settings.get("themeVariant"))
|
||||||
|
|
||||||
app.cores.style.compactMode(false)
|
app.cores.style.compactMode(false)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user