diff --git a/UnleashedRecomp/ui/installer_wizard.cpp b/UnleashedRecomp/ui/installer_wizard.cpp index 5146a7a2..9574d47c 100644 --- a/UnleashedRecomp/ui/installer_wizard.cpp +++ b/UnleashedRecomp/ui/installer_wizard.cpp @@ -135,6 +135,7 @@ static std::string g_currentMessagePrompt = ""; static bool g_currentMessagePromptConfirmation = false; static std::list g_currentPickerResults; static std::atomic g_currentPickerResultsReady = false; +static std::string g_currentPickerErrorMessage; static std::unique_ptr g_currentPickerThread; static bool g_currentPickerVisible = false; static bool g_currentPickerFolderMode = false; @@ -872,15 +873,15 @@ static bool ConvertPathSet(const nfdpathset_t *pathSet, std::list