mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Remove OsuConfig.Language too.
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user