mirror of
https://github.com/ppy/osu.git
synced 2026-05-19 04:32:11 +08:00
Remove duplicate instantiation of externalLinkOpener
This commit is contained in:
committed by
smoogipoo
Unverified
parent
60f95e897d
commit
d9750fc043
@@ -681,7 +681,6 @@ namespace osu.Game
|
||||
|
||||
loadComponentSingleFile(new AccountCreationOverlay(), topMostOverlayContent.Add, true);
|
||||
loadComponentSingleFile(new DialogOverlay(), topMostOverlayContent.Add, true);
|
||||
loadComponentSingleFile(externalLinkOpener = new ExternalLinkOpener(), topMostOverlayContent.Add);
|
||||
|
||||
chatOverlay.State.ValueChanged += state => channelManager.HighPollRate.Value = state.NewValue == Visibility.Visible;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user