summaryrefslogtreecommitdiff
path: root/src/ephy-action-bar.c
diff options
context:
space:
mode:
authorJan-Michael Brummer <jan.brummer@tabos.org>2020-03-15 11:36:18 +0100
committerMichael Catanzaro <mcatanzaro@gnome.org>2020-04-20 15:30:15 +0000
commitce3fe7927655a10f0751e33151fad5e096206fb2 (patch)
tree85b19982436e41e81b0b028b59e4d575bf138b01 /src/ephy-action-bar.c
parentbd3316e97db493fd0f6de0ec27432c375e6b3dec (diff)
downloadepiphany-ce3fe7927655a10f0751e33151fad5e096206fb2.tar.gz
Hide new tab button in narrow mode
As the new tab button is also part of the pages menu we can remove it in the action bar to remove the clutter.
Diffstat (limited to 'src/ephy-action-bar.c')
-rw-r--r--src/ephy-action-bar.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ephy-action-bar.c b/src/ephy-action-bar.c
index c7651535c..47fcd60a0 100644
--- a/src/ephy-action-bar.c
+++ b/src/ephy-action-bar.c
@@ -209,4 +209,6 @@ ephy_action_bar_set_adaptive_mode (EphyActionBar *action_bar,
break;
}
+
+ ephy_action_bar_start_set_adaptive_mode (action_bar->action_bar_start, adaptive_mode);
}