Add Graphics Acceleration heading to prefs on macOS
This commit is contained in:
parent
5b6bc3f358
commit
9df3058cd8
@ -3013,7 +3013,7 @@ These settings will only take effect after %1 is restarted.\n\
|
||||
}
|
||||
|
||||
add_option (_("Appearance/Quirks"), new OptionEditorBlank ());
|
||||
#if (!defined USE_CAIRO_IMAGE_SURFACE || defined CAIRO_SUPPORTS_FORCE_BUGGY_GRADIENTS_ENVIRONMENT_VARIABLE)
|
||||
#if (!defined USE_CAIRO_IMAGE_SURFACE || defined CAIRO_SUPPORTS_FORCE_BUGGY_GRADIENTS_ENVIRONMENT_VARIABLE || defined __APPLE__)
|
||||
add_option (_("Appearance"), new OptionEditorHeading (_("Graphics Acceleration")));
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user