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 ce8ae086ee
commit 5bf83df9af
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,
}