Skip to content

Commit

Permalink
Disable start dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
caiiiycuk committed Feb 15, 2024
1 parent 95fdc14 commit aa94c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/jsdos/dosbox-x/jsdos-x-main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7824,7 +7824,7 @@ int jsdos_main(Config *config) SDL_MAIN_NOEXCEPT {
that we were started by the Finder */
/* FIXME: Is there a better way to detect whether we were started by the Finder
or any other part of the macOS desktop? */
if (control->opt_promptfolder > 0) {
if (false) {
#if defined(MACOSX)
/* NTS: Do NOT call macosx_prompt_folder() to show a modal NSOpenPanel without
first initializing the SDL video subsystem. SDL1 must initialize
Expand Down

0 comments on commit aa94c42

Please sign in to comment.