Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make completion notification text for ProgressNotifications customisable #1707

Merged
merged 5 commits into from
Dec 20, 2017

Conversation

FreezyLemon
Copy link
Contributor

It's just a small QoL improvement over having multiple notifications showing "Task is completed!". Especially when downloading maps, this is nice to have (imo).

{
CompletionText = $"Installed {beatmapSetInfo.Metadata.Artist} - {beatmapSetInfo.Metadata.Title}!",

This comment was marked as off-topic.

This comment was marked as off-topic.

notification = new UpdateProgressNotification { State = ProgressNotificationState.Active };
notification = new UpdateProgressNotification
{
CompletionText = "Successfully updated the game!",

This comment was marked as off-topic.

Copy link
Sponsor Member

@peppy peppy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please test changes, not make them blindly

@peppy peppy dismissed smoogipoo’s stale review December 19, 2017 17:53

has been resolved

@peppy peppy changed the title Add customizable "Completion text" to ProgressNotifications Make completion notification text for ProgressNotifications customisable Dec 20, 2017
@peppy peppy merged commit cee39af into ppy:master Dec 20, 2017
@FreezyLemon FreezyLemon deleted the customize-progress-notification branch December 20, 2017 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants