Categorize Spaces as such in sidebar

Currently they are shown at the bottom, since Neochat doesn't support
displaying Spaces yet.
This commit is contained in:
Smitty van Bodegom
2021-07-28 16:20:51 -04:00
parent 4658574732
commit db1a9a0c4c
2 changed files with 13 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ public:
Direct,
Normal,
Deprioritized,
Space,
};
Q_ENUM(Types)
};