From 88167912b3f357e4ef9b970bcaffa9fc3ae6efe2 Mon Sep 17 00:00:00 2001 From: DYefremov Date: Fri, 6 Dec 2019 15:20:14 +0300 Subject: [PATCH] fix status image show --- app/ui/main_app_window.py | 1 + app/ui/main_window.glade | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/ui/main_app_window.py b/app/ui/main_app_window.py index 7162788b..d3189c9a 100644 --- a/app/ui/main_app_window.py +++ b/app/ui/main_app_window.py @@ -219,6 +219,7 @@ class Application(Gtk.Application): self._tv_count_label = builder.get_object("tv_count_label") self._radio_count_label = builder.get_object("radio_count_label") self._data_count_label = builder.get_object("data_count_label") + self._receiver_info_box.bind_property("visible", self._http_status_image, "visible", 4) # Force ctrl press event for view. Multiple selections in lists only with Space key(as in file managers)!!! self._services_view.connect("key-press-event", self.force_ctrl) self._fav_view.connect("key-press-event", self.force_ctrl) diff --git a/app/ui/main_window.glade b/app/ui/main_window.glade index a75f4852..72a31817 100644 --- a/app/ui/main_window.glade +++ b/app/ui/main_window.glade @@ -2275,7 +2275,7 @@ Author: Dmitriy Yefremov - 24 + 30 False