1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-12 05:13:08 +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
parent 9bb86ccb83
commit c72017a7db

View File

@ -12,9 +12,6 @@ namespace osu.Game.Configuration
[Description("Hide during gameplay")]
HideDuringGameplay,
[Description("Hide during breaks")]
HideDuringBreaks,
Always
}
}