mirror of https://github.com/ppy/osu
Remove "hide during breaks" option
Probably wouldn't be used anyway.
This commit is contained in:
parent
9bb86ccb83
commit
c72017a7db
|
@ -12,9 +12,6 @@ public enum HUDVisibilityMode
|
|||
[Description("Hide during gameplay")]
|
||||
HideDuringGameplay,
|
||||
|
||||
[Description("Hide during breaks")]
|
||||
HideDuringBreaks,
|
||||
|
||||
Always
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue