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

@@ -7026,6 +7026,9 @@ func init() {
"loginDetails": {
"type": "object",
"properties": {
"animatedLogin": {
"type": "boolean"
},
"isDirectPV": {
"type": "boolean"
},
@@ -16157,6 +16160,9 @@ func init() {
"loginDetails": {
"type": "object",
"properties": {
"animatedLogin": {
"type": "boolean"
},
"isDirectPV": {
"type": "boolean"
},