mirror of
https://github.com/osukey/osukey.git
synced 2025-06-05 12:57:39 +09:00
Merge pull request #2746 from peppy/fix-menu-notifications
Fix notifications not showing at main osu! logo on menu
This commit is contained in:
commit
a2a3f50b25
@ -326,7 +326,10 @@ namespace osu.Game.Screens.Menu
|
|||||||
logoTracking = false;
|
logoTracking = false;
|
||||||
|
|
||||||
if (game != null)
|
if (game != null)
|
||||||
game.OverlayActivationMode.Value = state == MenuState.Exit ? OverlayActivation.Disabled : OverlayActivation.UserTriggered;
|
{
|
||||||
|
game.OverlayActivationMode.Value = state == MenuState.Exit ? OverlayActivation.Disabled : OverlayActivation.All;
|
||||||
|
game.Toolbar.Hide();
|
||||||
|
}
|
||||||
|
|
||||||
logo.ClearTransforms(targetMember: nameof(Position));
|
logo.ClearTransforms(targetMember: nameof(Position));
|
||||||
logo.RelativePositionAxes = Axes.Both;
|
logo.RelativePositionAxes = Axes.Both;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user