enhance: detect requests of pwa

This commit is contained in:
Julian Krauser 2025-01-11 14:45:37 +01:00
parent 632a8290ac
commit b1e949dce2
3 changed files with 14 additions and 0 deletions

View file

@ -12,6 +12,7 @@ declare global {
username: string;
isOwner: boolean;
permissions: PermissionObject;
isPWA: boolean;
}
}
}