mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
fix style
This commit is contained in:
parent
f44da8321f
commit
da1262465c
@ -234,13 +234,13 @@ export default class StreamViewer extends React.Component {
|
||||
// make the interface a bit confortable for a video player
|
||||
app.style.applyVariant("dark")
|
||||
|
||||
app.eventBus.emit("style.compactMode", true)
|
||||
app.cores.style.compactMode(true)
|
||||
}
|
||||
|
||||
exitPlayerAnimation = () => {
|
||||
app.style.applyVariant(app.settings.get("themeVariant"))
|
||||
app.style.applyVariant(app.cores.settings.get("themeVariant"))
|
||||
|
||||
app.eventBus.emit("style.compactMode", false)
|
||||
app.cores.style.compactMode(false)
|
||||
}
|
||||
|
||||
updateQuality = (newQuality) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user