mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
External link warning code cleanup
This commit is contained in:
@ -42,7 +42,7 @@ namespace osu.Game.Configuration
|
||||
if (!val) Set(OsuSetting.SavePassword, false);
|
||||
};
|
||||
|
||||
Set(OsuSetting.WarnAboutOpeningExternalLink, true);
|
||||
Set(OsuSetting.ExternalLinkWarning, true);
|
||||
|
||||
// Audio
|
||||
Set(OsuSetting.VolumeInactive, 0.25, 0, 1, 0.01);
|
||||
@ -151,6 +151,6 @@ namespace osu.Game.Configuration
|
||||
BeatmapHitsounds,
|
||||
IncreaseFirstObjectVisibility,
|
||||
ScoreDisplayMode,
|
||||
WarnAboutOpeningExternalLink
|
||||
ExternalLinkWarning
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user