From acccf33458213333fb82f3360b493218f391fa56 Mon Sep 17 00:00:00 2001 From: Jeremy Rimpo Date: Mon, 18 Sep 2023 21:31:45 -0500 Subject: [PATCH] Add installation result state * Necessary to trigger opening the category editor * Used for the 'missing nexus mapping' dialog --- src/iplugininstaller.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/iplugininstaller.h b/src/iplugininstaller.h index 80d6fdc7..d033fe94 100644 --- a/src/iplugininstaller.h +++ b/src/iplugininstaller.h @@ -45,7 +45,8 @@ class IPluginInstaller : public IPlugin RESULT_CANCELED, RESULT_MANUALREQUESTED, RESULT_NOTATTEMPTED, - RESULT_SUCCESSCANCEL + RESULT_SUCCESSCANCEL, + RESULT_CATEGORYREQUESTED }; public: