This commit is contained in:
lilezek
2024-05-03 14:19:02 +02:00
58 changed files with 855 additions and 291 deletions

View File

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