mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-16 09:12:44 +03:00
Disable tab bar on OS3 for now
This commit is contained in:
parent
f661aa34e0
commit
7b0969680b
@ -3716,6 +3716,7 @@ gui_window_create(struct browser_window *bw,
|
||||
|
||||
if(ClickTabBase->lib_Version < 53)
|
||||
{
|
||||
#ifdef __amigaos4__
|
||||
addtabclosegadget = LAYOUT_AddChild;
|
||||
g->shared->objects[GID_CLOSETAB] = ButtonObj,
|
||||
GA_ID, GID_CLOSETAB,
|
||||
@ -3737,6 +3738,9 @@ gui_window_create(struct browser_window *bw,
|
||||
GA_Text, "+",
|
||||
BUTTON_RenderImage, g->shared->objects[GID_ADDTAB_BM],
|
||||
ButtonEnd;
|
||||
#else
|
||||
#warning OS3 tab bar permanently disabled!
|
||||
#endif
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user