Skip to content

Commit

Permalink
Add installation result state
Browse files Browse the repository at this point in the history
* Necessary to trigger opening the category editor
* Used for the 'missing nexus mapping' dialog
  • Loading branch information
Silarn committed Sep 19, 2023
1 parent f65fc16 commit acccf33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/iplugininstaller.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ class IPluginInstaller : public IPlugin
RESULT_CANCELED,
RESULT_MANUALREQUESTED,
RESULT_NOTATTEMPTED,
RESULT_SUCCESSCANCEL
RESULT_SUCCESSCANCEL,
RESULT_CATEGORYREQUESTED
};

public:
Expand Down

0 comments on commit acccf33

Please sign in to comment.