mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Refactor warning
to notice
in method names and usages
This commit is contained in:
@ -62,9 +62,9 @@ namespace osu.Game.Overlays.Settings.Sections.UserInterface
|
||||
user.BindValueChanged(u =>
|
||||
{
|
||||
if (u.NewValue?.IsSupporter != true)
|
||||
backgroundSourceDropdown.SetWarningText(UserInterfaceStrings.NotSupporterNote);
|
||||
backgroundSourceDropdown.SetNoticeText(UserInterfaceStrings.NotSupporterNote, true);
|
||||
else
|
||||
backgroundSourceDropdown.ClearWarningText();
|
||||
backgroundSourceDropdown.ClearNoticeText();
|
||||
}, true);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user