new plugin NoOnboardingDelay: skip long onboarding animations (#2533)

Co-authored-by: Vendicated <vendicated@riseup.net>
This commit is contained in:
nekohaxx 2024-06-06 10:01:44 +08:00 committed by GitHub
parent 0dac08c17d
commit 67b709a796
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 39 additions and 0 deletions

View file

@ -526,6 +526,10 @@ export const Devs = /* #__PURE__*/ Object.freeze({
name: "verticalsync",
id: 328165170536775680n
},
nekohaxx: {
name: "nekohaxx",
id: 1176270221628153886n
}
} satisfies Record<string, Dev>);
// iife so #__PURE__ works correctly