mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 12:45:45 +01:00
change default for use-cocoa-invalidation
This commit is contained in:
parent
adfba3d39d
commit
4d5175e32e
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ UI_CONFIG_VARIABLE (int, max_note_height, "max-note-height", 20)
|
|||
UI_CONFIG_VARIABLE (bool, prefer_tap_tempo, "prefer-tap-tempo", false)
|
||||
UI_CONFIG_VARIABLE (bool, sandbox_all_lua_scripts, "sandbox-all-lua-scripts", false)
|
||||
UI_CONFIG_VARIABLE (bool, update_action_scripts, "update-action-scripts", true)
|
||||
UI_CONFIG_VARIABLE (bool, use_cocoa_invalidation, "use-cocoa-invalidation", false)
|
||||
UI_CONFIG_VARIABLE (bool, use_cocoa_invalidation, "use-cocoa-invalidation", true)
|
||||
|
||||
/* these are visibility-type selections in the New Track dialog that we should make persistent for the user's choices */
|
||||
UI_CONFIG_VARIABLE (bool, show_on_cue_page, "show-on-cue-page", true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue