Skip to content

Commit 0383411

Browse files
committed
Hide odd hardcoded metrics based userlist from multi
It's better to leave this to the lua part of the theme This needs to be done better. This is a bandaid hack. It should probably be ripped out or vastly improved.
1 parent 531cd21 commit 0383411

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Themes/_fallback/metrics.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -2985,8 +2985,8 @@ UsersX=SCREEN_CENTER_X-265
29852985
UsersY=SCREEN_CENTER_Y+172
29862986
UserSpacingX=64
29872987
UserLine2Y=16
2988-
UsersOnCommand=draworder,2;zoom,1
2989-
UsersOffCommand=linear,0.5;zoom,0
2988+
UsersOnCommand=visible,false
2989+
UsersOffCommand=
29902990
Users0Command=draworder,2;diffuse,color("1.0,0.4,0.4,1.0")
29912991
Users1Command=draworder,2;diffuse,color("1.0,1.0,1.0,1.0")
29922992
Users2Command=draworder,2;diffuse,color("0.5,0.5,1.0,1.0")

0 commit comments

Comments
 (0)