add hybrid splash

This commit is contained in:
miloschwartz 2025-08-17 21:29:07 -07:00
parent 8c8a981452
commit 36c0d9aba2
No known key found for this signature in database
8 changed files with 231 additions and 10 deletions

View file

@ -103,9 +103,7 @@ export class Config {
private async checkKeyStatus() {
const licenseStatus = await license.check();
if (
!licenseStatus.isHostLicensed
) {
if (!licenseStatus.isHostLicensed) {
this.checkSupporterKey();
}
}