From fe1323f8cf2c4aa7701c4d786f0df3ead7049d48 Mon Sep 17 00:00:00 2001 From: DYefremov Date: Thu, 30 May 2019 11:12:22 +0300 Subject: [PATCH] deleted extra dialog --- app/ui/main_app_window.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/ui/main_app_window.py b/app/ui/main_app_window.py index bdc6dcea..621a8e7b 100644 --- a/app/ui/main_app_window.py +++ b/app/ui/main_app_window.py @@ -1400,10 +1400,6 @@ class Application(Gtk.Application): r[Column.FAV_ID], r[Column.FAV_NUM]) for r in self._fav_model if r[Column.FAV_TYPE] in i_types] - if not bq_services: - self.show_error_dialog("No data to save!") - return - if not any(s.type is BqServiceType.IPTV for s in bq_services): self.show_error_dialog("This list does not contains IPTV streams!") return