mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-22 12:12:35 +03:00
Remove the iconify gadget from the OS3 build
It is unlikely to ever work and I'm bored of hearing about it not working.
This commit is contained in:
parent
046977507b
commit
b099a8582e
@ -4059,10 +4059,12 @@ gui_window_create(struct browser_window *bw,
|
||||
ULONG addtabclosegadget = TAG_IGNORE;
|
||||
ULONG iconifygadget = FALSE;
|
||||
|
||||
#ifdef __amigaos4__
|
||||
if (nsoption_charp(pubscreen_name) &&
|
||||
(locked_screen == TRUE) &&
|
||||
(strcmp(nsoption_charp(pubscreen_name), "Workbench") == 0))
|
||||
iconifygadget = TRUE;
|
||||
#endif
|
||||
|
||||
NSLOG(netsurf, INFO, "Creating menu");
|
||||
struct Menu *menu = ami_gui_menu_create(g->shared);
|
||||
|
Loading…
Reference in New Issue
Block a user