mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-05 06:16:05 +02:00
refactor global search
This commit is contained in:
@@ -44,6 +44,7 @@ import { useUpdateLoopStore } from './updateLoop';
|
||||
import { useUserStore } from './user';
|
||||
import { useVrcStatusStore } from './vrcStatus';
|
||||
import { clearVRCXCache } from '../coordinators/vrcxCoordinator';
|
||||
import { resetSearchIndexOnLogin } from '../coordinators/searchIndexCoordinator';
|
||||
import { watchState } from '../services/watchState';
|
||||
|
||||
import configRepository from '../services/config';
|
||||
@@ -177,6 +178,7 @@ export const useVrcxStore = defineStore('Vrcx', () => {
|
||||
refreshCustomScript();
|
||||
}
|
||||
|
||||
resetSearchIndexOnLogin();
|
||||
init();
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user