mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Join combinations with "/" instead
This commit is contained in:
@ -640,7 +640,7 @@ namespace osu.Game
|
||||
if (combinations.Count == 0)
|
||||
return ToastStrings.NoKeyBound;
|
||||
|
||||
return string.Join(" or ", combinations);
|
||||
return string.Join(" / ", combinations);
|
||||
};
|
||||
|
||||
Container logoContainer;
|
||||
|
Reference in New Issue
Block a user