From e9cca232c85400f4963ab221afe05c686594cda7 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Sat, 29 Jan 2022 18:57:52 +0200 Subject: Don't have duplicate New Tab buttons There tab buttons don't need a New Tab button if the navbar has it. --- src/ui/root.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ui/root.h') diff --git a/src/ui/root.h b/src/ui/root.h index 7e831be3..a81ebdf7 100644 --- a/src/ui/root.h +++ b/src/ui/root.h @@ -43,6 +43,8 @@ void updatePadding_Root (iRoot *); /* TODO: is part of m void dismissPortraitPhoneSidebars_Root (iRoot *); void showToolbar_Root (iRoot *, iBool show); void updateToolbarColors_Root (iRoot *); +void showOrHideNewTabButton_Root (iRoot *); + void notifyVisualOffsetChange_Root (iRoot *); iInt2 size_Root (const iRoot *); -- cgit v1.2.3