New: Per download client setting to Remove Completed/Failed downloads instead of global setting

(cherry picked from commit 2dba5ef4b431bee0a061be67354c9a7a612a03c8)
This commit is contained in:
Taloth Saldono
2021-05-15 21:37:55 +02:00
committed by Bogdan
parent e5a1b7a72e
commit 8bb52105fd
16 changed files with 308 additions and 92 deletions
+1
View File
@@ -3,6 +3,7 @@
interface CssExports {
'fieldSet': string;
'legend': string;
'small': string;
}
export const cssExports: CssExports;
export default cssExports;