mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 17:37:23 +09:00
Merge pull request #14955 from peppy/fix-import-notifications
Fix import notifications not showing correct text
This commit is contained in:
commit
f8156b0df9
@ -197,7 +197,7 @@ namespace osu.Game.Database
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
notification.CompletionText = imported.Count == 1
|
notification.CompletionText = imported.Count == 1
|
||||||
? $"Imported {imported.First()}!"
|
? $"Imported {imported.First().Value}!"
|
||||||
: $"Imported {imported.Count} {HumanisedModelName}s!";
|
: $"Imported {imported.Count} {HumanisedModelName}s!";
|
||||||
|
|
||||||
if (imported.Count > 0 && PostImport != null)
|
if (imported.Count > 0 && PostImport != null)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user