Add notification when uploading images

This commit is contained in:
lupoDharkael
2017-05-16 23:40:27 +02:00
parent 784bae45ce
commit 8f22cb1854
4 changed files with 11 additions and 0 deletions

View File

@@ -355,6 +355,7 @@ void CaptureWidget::uploadScreenshot() {
s.uploadToImgur(am, getExtendedSelection());
}
hide();
Q_EMIT newMessage("Uploading image...");
}
void CaptureWidget::undo() {