fix: fixing main thread lock

This commit is contained in:
Hydra 2024-05-03 23:00:53 +01:00
parent 1eb963679e
commit e1955e11f5
No known key found for this signature in database
8 changed files with 1132 additions and 1107 deletions

View file

@ -8,7 +8,7 @@ import { stateManager } from "@main/state-manager";
const { Index } = flexSearch;
const repacksIndex = new Index();
const steamGamesIndex = new Index();
const steamGamesIndex = new Index({ tokenize: "forward" });
const repacks = stateManager.getValue("repacks");
const steamGames = stateManager.getValue("steamGames");