clanServices: add desktop module

This commit is contained in:
pinpox
2025-10-13 12:38:50 +02:00
parent 7e00a08111
commit 42e3fea9e5
9 changed files with 113 additions and 5 deletions

View File

@@ -294,21 +294,22 @@ in
'';
type = types.listOf (
types.enum [
"AudioVideo"
"Audio"
"Video"
"AudioVideo"
"Desktop"
"Development"
"Education"
"Game"
"Graphics"
"Social"
"Network"
"Office"
"Science"
"System"
"Settings"
"Utility"
"Social"
"System"
"Uncategorized"
"Utility"
"Video"
]
);
};