mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Also rename Welcome
to WelcomeTitle
to match other usages
This commit is contained in:
@ -68,7 +68,7 @@ namespace osu.Game.Overlays
|
||||
|
||||
private readonly FirstRunStep[] steps =
|
||||
{
|
||||
new FirstRunStep(typeof(ScreenWelcome), FirstRunSetupOverlayStrings.Welcome),
|
||||
new FirstRunStep(typeof(ScreenWelcome), FirstRunSetupOverlayStrings.WelcomeTitle),
|
||||
new FirstRunStep(typeof(ScreenUIScale), GraphicsSettingsStrings.UIScaling),
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user