mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-19 02:32:44 +03:00
friend_bitmap should default to false as it causes problems
This commit is contained in:
parent
dc89a2b2cc
commit
e38a1f17f2
@ -89,6 +89,6 @@ NSOPTION_INTEGER(monitor_aspect_y, 0)
|
||||
NSOPTION_BOOL(accept_lang_locale, true)
|
||||
/* Options relevant for OS3 only */
|
||||
#ifndef __amigaos4__
|
||||
NSOPTION_BOOL(friend_bitmap, true)
|
||||
NSOPTION_BOOL(friend_bitmap, false)
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user