forked from Mirrors/gomuks
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 {
|
||||
c.RunCommand("/cs fetch")
|
||||
c.RunCommand("/cs self-sign")
|
||||
c.config.Preferences.DisplayMode = config.DisplayModeModern
|
||||
c.gmx.Stop(true)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue