Sticky menus shouldn't be default as they are non-standard
svn path=/trunk/netsurf/; revision=12309
This commit is contained in:
parent
d5e27b2850
commit
0fe71fd58a
|
@ -77,7 +77,7 @@ char *option_theme = 0; \
|
|||
bool option_no_iframes = true; \
|
||||
bool option_utf8_clipboard = false; \
|
||||
bool option_context_menu = true; \
|
||||
bool option_sticky_context_menu = true; \
|
||||
bool option_sticky_context_menu = false; \
|
||||
bool option_truecolour_mouse_pointers = false; \
|
||||
bool option_use_os_pointers = true; \
|
||||
bool option_new_tab_active = false; \
|
||||
|
|
Loading…
Reference in New Issue