mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Expose muted state from VolumeOverlay
This commit is contained in:
@ -32,6 +32,12 @@ namespace osu.Game.Overlays
|
||||
|
||||
private readonly BindableDouble muteAdjustment = new BindableDouble();
|
||||
|
||||
public bool IsMuted
|
||||
{
|
||||
get => muteButton.Current.Value;
|
||||
set => muteButton.Current.Value = value;
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(AudioManager audio, OsuColour colours)
|
||||
{
|
||||
|
Reference in New Issue
Block a user