1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-19 06:31:19 +08:00

Remove "hide during breaks" option

Probably wouldn't be used anyway.
This commit is contained in:
Dean Herbert
2020-10-30 13:49:44 +09:00
Unverified
parent 9bb86ccb83
commit c72017a7db
@@ -12,9 +12,6 @@ namespace osu.Game.Configuration
[Description("Hide during gameplay")]
HideDuringGameplay,
[Description("Hide during breaks")]
HideDuringBreaks,
Always
}
}