mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
Merge branch 'main' of https://github.com/hydralauncher/hydra
This commit is contained in:
commit
bdbcf830f3
58 changed files with 855 additions and 291 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue