Added Disable login animation with env variable (#2799)

Set CONSOLE_ANIMATED_LOGIN=off env variable before running Console binary

Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
This commit is contained in:
Alex
2023-05-03 11:36:41 -06:00
committed by GitHub
parent be60569a14
commit cde6d1b0e0
10 changed files with 27 additions and 0 deletions

View File

@@ -38,6 +38,9 @@ import (
// swagger:model loginDetails
type LoginDetails struct {
// animated login
AnimatedLogin bool `json:"animatedLogin,omitempty"`
// is direct p v
IsDirectPV bool `json:"isDirectPV,omitempty"`