mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Remove incorrect verbatim string specifications.
This commit is contained in:
@ -39,7 +39,7 @@ namespace osu.Game.Overlays.Options.General
|
||||
{
|
||||
new SpriteText
|
||||
{
|
||||
Text = @"Connection failing :(",
|
||||
Text = "Connection failing :(",
|
||||
},
|
||||
};
|
||||
break;
|
||||
@ -48,7 +48,7 @@ namespace osu.Game.Overlays.Options.General
|
||||
{
|
||||
new SpriteText
|
||||
{
|
||||
Text = @"Connecting...",
|
||||
Text = "Connecting...",
|
||||
},
|
||||
};
|
||||
break;
|
||||
@ -57,7 +57,7 @@ namespace osu.Game.Overlays.Options.General
|
||||
{
|
||||
new SpriteText
|
||||
{
|
||||
Text = $@"Connected as {api.Username}!",
|
||||
Text = $"Connected as {api.Username}!",
|
||||
},
|
||||
new OsuButton
|
||||
{
|
||||
|
Reference in New Issue
Block a user