addon/state: Untracked (_info.cfg-less) add-ons are installed too
This commit is contained in:
parent
073947f27e
commit
ef6671b768
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ enum ADDON_STATUS {
|
|||
|
||||
inline bool is_installed_addon_status(ADDON_STATUS s)
|
||||
{
|
||||
return s >= ADDON_INSTALLED && s <= ADDON_INSTALLED_BROKEN;
|
||||
return s >= ADDON_INSTALLED && s <= ADDON_NOT_TRACKED;
|
||||
}
|
||||
|
||||
/** Stores additional status information about add-ons. */
|
||||
|
|
Loading…
Add table
Reference in a new issue