mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
Add Graphics Acceleration heading to prefs on macOS
This commit is contained in:
parent
5b6bc3f358
commit
9df3058cd8
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue