summaryrefslogtreecommitdiff
path: root/src/ui/root.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2022-01-29 18:57:52 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2022-01-29 18:57:52 +0200
commite9cca232c85400f4963ab221afe05c686594cda7 (patch)
tree879f5cd2b46c43241f079913f6df46d0e6f0b580 /src/ui/root.h
parent07804493ac17ff430302c7940f44b7525c0620e8 (diff)
Don't have duplicate New Tab buttons
There tab buttons don't need a New Tab button if the navbar has it.
Diffstat (limited to 'src/ui/root.h')
-rw-r--r--src/ui/root.h2
1 files changed, 2 insertions, 0 deletions
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
43void dismissPortraitPhoneSidebars_Root (iRoot *); 43void dismissPortraitPhoneSidebars_Root (iRoot *);
44void showToolbar_Root (iRoot *, iBool show); 44void showToolbar_Root (iRoot *, iBool show);
45void updateToolbarColors_Root (iRoot *); 45void updateToolbarColors_Root (iRoot *);
46void showOrHideNewTabButton_Root (iRoot *);
47
46void notifyVisualOffsetChange_Root (iRoot *); 48void notifyVisualOffsetChange_Root (iRoot *);
47 49
48iInt2 size_Root (const iRoot *); 50iInt2 size_Root (const iRoot *);