mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 18:52:55 +08:00
Remove OsuConfig.Language too.
This commit is contained in:
parent
061c3cacbd
commit
ad92e6d732
@ -92,7 +92,6 @@ namespace osu.Game.Configuration
|
|||||||
Set(OsuConfig.IgnoreBeatmapSamples, false).Disabled = true;
|
Set(OsuConfig.IgnoreBeatmapSamples, false).Disabled = true;
|
||||||
Set(OsuConfig.IgnoreBeatmapSkins, false).Disabled = true;
|
Set(OsuConfig.IgnoreBeatmapSkins, false).Disabled = true;
|
||||||
Set(OsuConfig.IgnoreList, string.Empty).Disabled = true;
|
Set(OsuConfig.IgnoreList, string.Empty).Disabled = true;
|
||||||
Set(OsuConfig.Language, @"unknown").Disabled = true;
|
|
||||||
Set(OsuConfig.AllowNowPlayingHighlights, false).Disabled = true;
|
Set(OsuConfig.AllowNowPlayingHighlights, false).Disabled = true;
|
||||||
Set(OsuConfig.LastVersion, string.Empty).Disabled = true;
|
Set(OsuConfig.LastVersion, string.Empty).Disabled = true;
|
||||||
Set(OsuConfig.LastVersionPermissionsFailed, string.Empty).Disabled = true;
|
Set(OsuConfig.LastVersionPermissionsFailed, string.Empty).Disabled = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user