1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-21 05:01:20 +08:00

Merge pull request #33848 from peppy/fix-spectate-button-daily-challenge

Fix spectator button not working when user is playing daily challenge
This commit is contained in:
Bartłomiej Dach
2025-06-24 08:40:44 +02:00
committed by GitHub
Unverified
@@ -197,6 +197,7 @@ namespace osu.Game.Overlays.Dashboard
case UserActivity.InSoloGame:
case UserActivity.InMultiplayerGame:
case UserActivity.InPlaylistGame:
case UserActivity.PlayingDailyChallenge:
spectateButton.Enabled.Value = true;
break;
}