We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f58fd7d commit ec97d49Copy full SHA for ec97d49
1 file changed
src/common/types/ipc.ts
@@ -216,7 +216,10 @@ interface AsyncIPCFunctions {
216
requestAppSettings: () => AppSettings
217
requestGameSettings: (appName: string) => Promise<GameSettings>
218
writeConfig: (args: { appName: string; config: Partial<AppSettings> }) => void
219
- refreshLibrary: (library?: Runner | 'all', localOnly?: boolean) => Promise<void>
+ refreshLibrary: (
220
+ library?: Runner | 'all',
221
+ localOnly?: boolean
222
+ ) => Promise<void>
223
launch: (args: LaunchParams) => StatusPromise
224
openDialog: (args: OpenDialogOptions) => Promise<string | false>
225
install: (args: InstallParams) => Promise<void>
0 commit comments