aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_gui.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_gui.py')
-rw-r--r--hypervideo_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervideo_gui.py b/hypervideo_gui.py
index dfbb1ae..f6ff736 100644
--- a/hypervideo_gui.py
+++ b/hypervideo_gui.py
@@ -199,7 +199,7 @@ class App(QMainWindow):
with hypervideo.YoutubeDL(ydl_opts) as ydl:
ydl.download([self.urlEntryText.text()])
- self.statusBar().showMessage('Downloading Video... Done!')
+ self.statusBar().showMessage('Downloading Video... Done!', msecs=0)
# make sure a valid output directory was entered
if not os.path.isdir(self.outputEntryCombobox.currentText()):