mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Add missing config set.
This commit is contained in:
@ -46,6 +46,7 @@ namespace osu.Game.Configuration
|
|||||||
Set(OsuConfig.AutomaticDownload, true).Disabled = true;
|
Set(OsuConfig.AutomaticDownload, true).Disabled = true;
|
||||||
Set(OsuConfig.AutomaticDownloadNoVideo, false).Disabled = true;
|
Set(OsuConfig.AutomaticDownloadNoVideo, false).Disabled = true;
|
||||||
Set(OsuConfig.BlockNonFriendPM, false).Disabled = true;
|
Set(OsuConfig.BlockNonFriendPM, false).Disabled = true;
|
||||||
|
Set(OsuConfig.Bloom, false).Disabled = true;
|
||||||
Set(OsuConfig.BloomSoftening, false).Disabled = true;
|
Set(OsuConfig.BloomSoftening, false).Disabled = true;
|
||||||
Set(OsuConfig.BossKeyFirstActivation, true).Disabled = true;
|
Set(OsuConfig.BossKeyFirstActivation, true).Disabled = true;
|
||||||
Set(OsuConfig.ChatAudibleHighlight, true).Disabled = true;
|
Set(OsuConfig.ChatAudibleHighlight, true).Disabled = true;
|
||||||
|
Reference in New Issue
Block a user