Lazily load better quality jumbomoji
This commit is contained in:
parent
ac04d02d4f
commit
5e41701516
10 changed files with 4566 additions and 137 deletions
|
@ -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)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue