feat(cache): Added forceOffline in settings and caching games & library

This commit is contained in:
quexeky
2025-01-31 13:01:41 +11:00
parent f33ca95bdf
commit 2a1a7326d0
13 changed files with 132 additions and 130 deletions

View File

@ -77,4 +77,5 @@ export type DownloadableMetadata = {
export type Settings = {
autostart: boolean,
maxDownloadThreads: number,
forceOffline: boolean
}