Lazily load better quality jumbomoji

This commit is contained in:
Fedor Indutny
2024-06-21 18:35:56 -04:00
committed by GitHub
parent ac04d02d4f
commit 5e41701516
10 changed files with 4566 additions and 137 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ export class OptionalResourceService {
private readonly fileQueues = new Map<string, PQueue>();
constructor(private readonly resourcesDir: string) {
private constructor(private readonly resourcesDir: string) {
ipcMain.handle('OptionalResourceService:getData', (_event, name) =>
this.getData(name)
);