Update framework
Scale the results screen score to keep it in view
Use LargeTextureStore for all online texture retrieval
Until now, many online textures were retrieved via the default texture store, which causes them to never be removed from GPU memory. It also has a performance overhead due to mipmap generation (which will be avoided via ppy/osu-framework#1885.
Update in line with framework Image changes
Add skin import and mass delete options
Add ability to click on imported complete notification to present last import
Increase visibility of osu!mania long notes
Add dropdown for selecting fullscreen resolution
Closes #3257.
Update framework with everyrthing
Begin loading fonts earlier in startup
Remove async WorkingBeatmap logic
Don't use ConcurrentQueue for API
Fix the toolbar being visible during startup causing a weird offset
Fix some web requests being run after disposal of their owner