mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 09:03:50 +09:00
Reduce volume requirement for showing muted notification to 1%
This commit is contained in:
@ -502,7 +502,7 @@ namespace osu.Game.Screens.Play
|
|||||||
|
|
||||||
private int restartCount;
|
private int restartCount;
|
||||||
|
|
||||||
private const double volume_requirement = 0.05;
|
private const double volume_requirement = 0.01;
|
||||||
|
|
||||||
private void showMuteWarningIfNeeded()
|
private void showMuteWarningIfNeeded()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user