mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-02-16 15:40:14 +00:00
Add option to hoist menu bar out of window on macOS
This commit is contained in:
parent
c004a11c6b
commit
5b69bfe129
@ -65,6 +65,9 @@ VMARGS=-Dfont.size.override=
|
||||
# Disable alternating row colors in tables
|
||||
#VMARGS=-Ddisable.alternating.row.colors=true
|
||||
|
||||
# Hoist the menu bar out of the window on macOS
|
||||
#VMARGS=-Dapple.laf.useScreenMenuBar=true
|
||||
|
||||
# The ContinuesInterceptor allows the import process to proceed if parsing corrupted headers
|
||||
# generates uncaught exceptions. Disabling it can be helpful when trying to debug what went
|
||||
# wrong because the ContinuesIntercepter affects the usefulness of the stack trace.
|
||||
|
Loading…
Reference in New Issue
Block a user