diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-30 05:37:34 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-30 05:37:34 -0500 |
| commit | d2073ef2bd62527034864fd0cacd5537aff33218 (patch) | |
| tree | f0679dc20d11d2518c0b933fa868006acd5d86e8 /src/categories.h | |
| parent | 7f4fce35f97f262c36e4c00dad55c1b078cf3758 (diff) | |
made all categories positive
fixed context menu sometimes appearing
Diffstat (limited to 'src/categories.h')
| -rw-r--r-- | src/categories.h | 8 |
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:
|
