diff options
| author | Mark Rowe <mark@vector35.com> | 2026-02-18 14:08:38 -0800 |
|---|---|---|
| committer | Mark Rowe <mark@vector35.com> | 2026-03-16 17:45:00 -0700 |
| commit | b8fb104aa077c0a0305d2f5ac571937ab360eb9a (patch) | |
| tree | 7ef6a8196009c2e411a208de588a2e6aa9d62314 /ui | |
| parent | 9b008755f81cf3019c81af9f59d82b05ade0d9b5 (diff) | |
Use a dedicated architecture picker when opening Universal Mach-O files
Diffstat (limited to 'ui')
| -rw-r--r-- | ui/containeropenrequest.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/containeropenrequest.h b/ui/containeropenrequest.h index 55d8923e..5067534d 100644 --- a/ui/containeropenrequest.h +++ b/ui/containeropenrequest.h @@ -16,6 +16,7 @@ public: Cancel, AutoOpen, BrowseContainer, + SelectArchitecture, }; explicit ContainerOpenRequest(const std::string& path, bool forceContainerBrowser = false); |
