Fix use_sync_on_startup flag being negated
This commit is contained in:
@@ -6719,8 +6719,7 @@ static void rna_def_userdef_filepaths_extension_repo(BlenderRNA *brna)
|
||||
RNA_def_property_boolean_funcs(prop, nullptr, "rna_userdef_extension_repo_enabled_set");
|
||||
|
||||
prop = RNA_def_property(srna, "use_sync_on_startup", PROP_BOOLEAN, PROP_NONE);
|
||||
RNA_def_property_boolean_negative_sdna(
|
||||
prop, nullptr, "flag", USER_EXTENSION_REPO_FLAG_SYNC_ON_STARTUP);
|
||||
RNA_def_property_boolean_sdna(prop, nullptr, "flag", USER_EXTENSION_REPO_FLAG_SYNC_ON_STARTUP);
|
||||
RNA_def_property_ui_text(
|
||||
prop, "Check for Updates on Startup", "Allow Blender to check for updates upon launch");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user