added bottom toolbar

This commit is contained in:
DYefremov
2019-10-26 15:01:23 +03:00
parent b14e6fac16
commit a43ac0de02
2 changed files with 182 additions and 5 deletions

View File

@@ -200,6 +200,7 @@ class Application(Gtk.Application):
self._app_info_box = builder.get_object("app_info_box")
self._app_info_box.bind_property("visible", self._status_bar_box, "visible", 4)
self._app_info_box.bind_property("visible", self._main_data_box, "visible", 4)
self._app_info_box.bind_property("visible", builder.get_object("toolbar_extra_item"), "visible", 4)
# Status bar
self._ip_label = builder.get_object("ip_label")
self._ip_label.set_text(self._options.get(self._profile).get("host"))