From aa94c422829e12859b124dd8447956f5b1ae1bc2 Mon Sep 17 00:00:00 2001 From: Alexander Guryanov Date: Thu, 15 Feb 2024 16:17:30 +0300 Subject: [PATCH] Disable start dialog --- native/jsdos/dosbox-x/jsdos-x-main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/native/jsdos/dosbox-x/jsdos-x-main.cpp b/native/jsdos/dosbox-x/jsdos-x-main.cpp index 3847734b..0d4d111a 100644 --- a/native/jsdos/dosbox-x/jsdos-x-main.cpp +++ b/native/jsdos/dosbox-x/jsdos-x-main.cpp @@ -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