This commit is contained in:
Nethius 2025-06-26 01:57:56 +00:00 committed by GitHub
commit 0254e81ef7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
44 changed files with 2038 additions and 646 deletions

View file

@ -19,6 +19,13 @@ namespace amnezia
}
};
enum ServerConfigType
{
SelfHosted,
ApiV1,
ApiV2
};
struct InstalledAppInfo {
QString appName;
QString packageName;