Add option to hoist menu bar out of window on macOS

This commit is contained in:
Saagar Jha 2019-05-03 22:37:15 -07:00
parent c004a11c6b
commit 5b69bfe129

View File

@ -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.