Add 'skip update notification' per-app toggle (#980)

This commit is contained in:
Imran Remtulla
2023-10-12 19:33:38 -04:00
parent e613a494ff
commit d06f20690d
16 changed files with 22 additions and 1 deletions

View File

@@ -442,6 +442,10 @@ abstract class AppSource {
[
GeneratedFormSwitch('exemptFromBackgroundUpdates',
label: tr('exemptFromBackgroundUpdates'))
],
[
GeneratedFormSwitch('skipUpdateNotifications',
label: tr('skipUpdateNotifications'))
]
];