Rename Spectator -> SoloSpectator

This commit is contained in:
smoogipoo
2021-04-01 22:08:52 +09:00
parent af478fb2eb
commit 9e95441aa6
3 changed files with 7 additions and 7 deletions

View File

@ -137,7 +137,7 @@ namespace osu.Game.Overlays.Dashboard
Text = "Watch",
Anchor = Anchor.TopCentre,
Origin = Anchor.TopCentre,
Action = () => game?.PerformFromScreen(s => s.Push(new Spectator(User))),
Action = () => game?.PerformFromScreen(s => s.Push(new SoloSpectator(User))),
Enabled = { Value = User.Id != api.LocalUser.Value.Id }
}
}