Skip to content

Commit e95be96

Browse files
committed
Update architecturePreference setting description
1 parent e90cf53 commit e95be96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

view/macho/universalview.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ void BinaryNinja::InitUniversalViewType()
115115
"type" : "array",
116116
"sorted" : false,
117117
"default" : [],
118-
"description" : "The preferred Mach-O architecture to select from Universal archives. On its own, changes the default Mach-O selected at load to match the specified architecture. To automatically open that slice without an extra dialog appearing, remove 'Universal' from ui.files.detection.openWithOptions",
118+
"description" : "Architectures to prefer when loading Universal (fat) Mach-O archives, in order of priority. Determines which architecture is pre-selected in the architecture picker, or loaded automatically when prompting is set to 'automatic' or 'never'.",
119119
"ignore" : ["SettingsProjectScope", "SettingsResourceScope"]
120120
})");
121121

0 commit comments

Comments
 (0)