diff --git a/matrix/matrix.go b/matrix/matrix.go index 5ee7924..bbdd601 100644 --- a/matrix/matrix.go +++ b/matrix/matrix.go @@ -436,6 +436,7 @@ func (c *Container) OnLogin() { if c.headless { c.RunCommand("/cs fetch") c.RunCommand("/cs self-sign") + c.config.Preferences.DisplayMode = config.DisplayModeModern c.gmx.Stop(true) } }