Skip to content

Feature request: Balloon notification on upload status #13

Description

@p3lim

I would like to see when the Imgur upload functionality has finished/failed.
Basically, this patch should suffice;

diff --git a/Source/Ember/Forms/MainForm.cs b/Source/Ember/Forms/MainForm.cs
index f68fb40..0edf611 100644
--- a/Source/Ember/Forms/MainForm.cs
+++ b/Source/Ember/Forms/MainForm.cs
@@ -118,7 +118,8 @@ namespace Ember.Forms
                     if (Settings.Default.OnUploadCopyLinkToClipboard)
                     {
                         Clipboard.SetText(imageLink);
+                        ShowBalloonTip(string.Format("Successfully uploaded image to {0}.", Settings.Default.Host));
                     }
                     else if (Settings.Default.OnUploadOpenImageInBrowser)
                     {
                         Process.Start(imageLink);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions