mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
External link warning code cleanup
This commit is contained in:
@ -19,7 +19,7 @@ namespace osu.Game.Overlays.Settings.Sections.Online
|
||||
new SettingsCheckbox
|
||||
{
|
||||
LabelText = "Warn about opening external links",
|
||||
Bindable = config.GetBindable<bool>(OsuSetting.WarnAboutOpeningExternalLink)
|
||||
Bindable = config.GetBindable<bool>(OsuSetting.ExternalLinkWarning)
|
||||
},
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user