feat(settings): Allow settings to update UI using fetch_settings command

This commit is contained in:
quexeky
2025-01-19 19:14:52 +11:00
parent 23077040ce
commit 5bb04dafdd
4 changed files with 13 additions and 5 deletions
+5
View File
@@ -71,4 +71,9 @@ export type DownloadableMetadata = {
id: string,
version: string,
downloadType: DownloadableType
}
export type Settings = {
autostart: boolean,
maxDownloadThreads: number,
}