WiFi only BG update toggle (#819) + typo fix

This commit is contained in:
Imran Remtulla
2023-08-28 20:24:15 -04:00
parent bd8f608ee6
commit 8f739d9e0b
18 changed files with 97 additions and 18 deletions

View File

@@ -427,8 +427,8 @@ abstract class AppSource {
],
[GeneratedFormTextField('appName', label: tr('appName'), required: false)],
[
GeneratedFormSwitch('examptFromBackgroundUpdates',
label: tr('examptFromBackgroundUpdates'))
GeneratedFormSwitch('exemptFromBackgroundUpdates',
label: tr('exemptFromBackgroundUpdates'))
]
];