diff --git a/app/ui/main_app_window.py b/app/ui/main_app_window.py
index afd7a49f..4f9f7d55 100644
--- a/app/ui/main_app_window.py
+++ b/app/ui/main_app_window.py
@@ -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"))
diff --git a/app/ui/main_window.glade b/app/ui/main_window.glade
index 6f69cee8..a0437960 100644
--- a/app/ui/main_window.glade
+++ b/app/ui/main_window.glade
@@ -2047,13 +2047,14 @@ Author: Dmitriy Yefremov
True
True
- 0
+ 2
- False
+ True
True
1
@@ -2105,7 +2106,7 @@ Author: Dmitriy Yefremov
False
True
- 2
+ 5
@@ -2287,7 +2288,182 @@ Author: Dmitriy Yefremov
False
True
end
- 1
+ 3
+
+
+
+
+
+ False
+ True
+ end
+ 3