From c6c87f2971136959bca3a4abb87e91e89463e48c Mon Sep 17 00:00:00 2001 From: Alexander Mikhaylenko Date: Thu, 22 Apr 2021 15:28:15 +0500 Subject: tab-view: Apply expand and visibility settings on startup Fixes https://gitlab.gnome.org/GNOME/epiphany/-/issues/1512 --- src/ephy-tab-view.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ephy-tab-view.c b/src/ephy-tab-view.c index 2732ce1aa..7fe89ab0f 100644 --- a/src/ephy-tab-view.c +++ b/src/ephy-tab-view.c @@ -649,6 +649,9 @@ ephy_tab_view_set_tab_bar (EphyTabView *self, "changed::" EPHY_PREFS_UI_EXPAND_TABS_BAR, G_CALLBACK (expand_changed_cb), self, G_CONNECT_SWAPPED); + + visibility_policy_changed_cb (self); + expand_changed_cb (self); } settings = gtk_settings_get_default (); -- cgit v1.2.1