change default for use-cocoa-invalidation
This commit is contained in:
parent
adfba3d39d
commit
4d5175e32e
@ -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, prefer_tap_tempo, "prefer-tap-tempo", false)
|
||||||
UI_CONFIG_VARIABLE (bool, sandbox_all_lua_scripts, "sandbox-all-lua-scripts", 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, 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 */
|
/* 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)
|
UI_CONFIG_VARIABLE (bool, show_on_cue_page, "show-on-cue-page", true)
|
||||||
|
Loading…
Reference in New Issue
Block a user