mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-10-30 04:53:28 +01:00
Enable auto-export on update checks
This commit is contained in:
@@ -74,6 +74,11 @@ class AppsPageState extends State<AppsPage> {
|
||||
setState(() {
|
||||
refreshingSince = null;
|
||||
});
|
||||
if (settingsProvider.autoExportOnUpdateCheckKeepNum > 0) {
|
||||
appsProvider.exportApps(isAuto: true).then((value) {
|
||||
appsProvider.trimAutoExports();
|
||||
});
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user