mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 00:09:55 +09:00
Update overlay containers in lines with framework changes.
Allows closing the MusicController using escape.
This commit is contained in:
@ -19,6 +19,8 @@ namespace osu.Game.Graphics.UserInterface.Volume
|
||||
{
|
||||
private VolumeMeter volumeMeterMaster;
|
||||
|
||||
protected override bool HideOnEscape => false;
|
||||
|
||||
private void volumeChanged(object sender, EventArgs e)
|
||||
{
|
||||
Show();
|
||||
|
Reference in New Issue
Block a user