chore: check for missing files on start
This commit is contained in:
@@ -114,3 +114,5 @@ export const isOsuRunning = async () => {
|
||||
export const getLauncherVersion = async () => await invoke<string>('get_launcher_version');
|
||||
export const exit = async () => await invoke('exit');
|
||||
export const getPlatform = async () => await invoke<string>('get_platform');
|
||||
export const isOsuCorrupted = async (folder: string) =>
|
||||
await invoke<boolean>('check_for_corruption', { folder });
|
||||
|
Reference in New Issue
Block a user