1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-24 04:47:25 +08:00
osu-lazer/osu.Game/Overlays/FirstRunSetup
Dean Herbert 5bd9d88219 Fix tutorial download state not matching correctly when already available locally
Closes https://github.com/ppy/osu/issues/18468.

This doesn't stop the tutorial from downloading a second time, but at
least displays the correct status afterwards. Avoiding the download is a
bit more involved and requires a change to the flow. Probably not worth
it just yet.

To test, recommend switching to production environment, as dev server
doesn't have correct metadata for tutorial resulting in weirdness.
2022-06-02 16:34:24 +09:00
..
FirstRunSetupScreen.cs Add locate stable button / screen 2022-05-17 15:55:53 +09:00
ProgressRoundedButton.cs Improve the first run progress button to show loading and completion status 2022-05-17 15:23:13 +09:00
ScreenBeatmaps.cs Fix tutorial download state not matching correctly when already available locally 2022-06-02 16:34:24 +09:00
ScreenBehaviour.cs Fix behaviour screen using old style buttons 2022-05-10 18:21:35 +09:00
ScreenImportFromStable.cs Make dependency nullable to allow for safer disposal unbinding 2022-05-19 13:49:52 +09:00
ScreenUIScale.cs Force nested screens to load synchronously 2022-05-10 18:21:35 +09:00
ScreenWelcome.cs Standardise font sizes in first run overlay screens 2022-05-10 18:21:35 +09:00