mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:17:23 +08:00
Let user know automatic reporting happened
This commit is contained in:
parent
562a31713e
commit
9f55afe569
@ -463,7 +463,7 @@ namespace osu.Game
|
||||
Schedule(() => notifications.Post(new SimpleNotification
|
||||
{
|
||||
Icon = entry.Level == LogLevel.Important ? FontAwesome.fa_exclamation_circle : FontAwesome.fa_bomb,
|
||||
Text = entry.Message,
|
||||
Text = entry.Message + (entry.Exception != null ? "\n\nThis error has been automatically reported to the devs." : string.Empty),
|
||||
}));
|
||||
}
|
||||
else if (recentLogCount == short_term_display_limit)
|
||||
|
Loading…
Reference in New Issue
Block a user