diff options
author | Jesús <heckyel@hyperbola.info> | 2019-12-15 21:41:23 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-12-15 21:41:23 -0500 |
commit | 780d4aee1f83a65e257be35acd942cb5c293f486 (patch) | |
tree | 3259c111004e92f897eb048ddbab7c55f310c652 | |
parent | dc34c438ce3b9984b92a93e8a57c18eedefc5d9f (diff) | |
download | hypervideo-gui-780d4aee1f83a65e257be35acd942cb5c293f486.tar.lz hypervideo-gui-780d4aee1f83a65e257be35acd942cb5c293f486.tar.xz hypervideo-gui-780d4aee1f83a65e257be35acd942cb5c293f486.zip |
improve message formats empty
-rw-r--r-- | hypervideo_gui/main_ui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervideo_gui/main_ui.py b/hypervideo_gui/main_ui.py index 653e0de..5bbcace 100644 --- a/hypervideo_gui/main_ui.py +++ b/hypervideo_gui/main_ui.py @@ -355,7 +355,7 @@ class MainWindow(QMainWindow): count = self.video_format_combobox.count() self.video_format_combobox.setCurrentIndex(count-1) else: - self.show_message("Formats empty") + self.show_message("Formats empty or URL without video") def download_selected(self): ''' Download selected video format ''' |