Add Graphics Acceleration heading to prefs on macOS

This commit is contained in:
Robin Gareus 2023-02-17 15:40:37 +01:00
parent 5b6bc3f358
commit 9df3058cd8

View File

@ -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