mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 18:43:41 -05:00
Set modern displaymode when running new login flow
This commit is contained in:
parent
86659503f3
commit
7251f684c9
1 changed files with 1 additions and 0 deletions
|
@ -436,6 +436,7 @@ func (c *Container) OnLogin() {
|
||||||
if c.headless {
|
if c.headless {
|
||||||
c.RunCommand("/cs fetch")
|
c.RunCommand("/cs fetch")
|
||||||
c.RunCommand("/cs self-sign")
|
c.RunCommand("/cs self-sign")
|
||||||
|
c.config.Preferences.DisplayMode = config.DisplayModeModern
|
||||||
c.gmx.Stop(true)
|
c.gmx.Stop(true)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue