summaryrefslogtreecommitdiff
path: root/src/categories.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-11-30 05:37:34 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2019-11-30 05:37:34 -0500
commitd2073ef2bd62527034864fd0cacd5537aff33218 (patch)
treef0679dc20d11d2518c0b933fa868006acd5d86e8 /src/categories.h
parent7f4fce35f97f262c36e4c00dad55c1b078cf3758 (diff)
made all categories positive
fixed context menu sometimes appearing
Diffstat (limited to 'src/categories.h')
-rw-r--r--src/categories.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/categories.h b/src/categories.h
index 296e7711..02695e4d 100644
--- a/src/categories.h
+++ b/src/categories.h
@@ -41,13 +41,13 @@ public:
{
Checked = 10000,
UpdateAvailable,
- HasNoCategory,
+ HasCategory,
Conflict,
- NotEndorsed,
+ Endorsed,
Backup,
Managed,
- NoGameData,
- NoNexusID
+ HasGameData,
+ HasNexusID
};
public: