mirror of
				https://github.com/ImranR98/Obtainium.git
				synced 2025-10-31 05:23:28 +01:00 
			
		
		
		
	Bugfix
This commit is contained in:
		| @@ -1100,6 +1100,9 @@ class AppsProvider with ChangeNotifier { | ||||
|     SettingsProvider settingsProvider = sp ?? this.settingsProvider; | ||||
|     var exportDir = await settingsProvider.getExportDir(); | ||||
|     if (isAuto) { | ||||
|       if (settingsProvider.autoExportOnChanges != true) { | ||||
|         return null; | ||||
|       } | ||||
|       if (exportDir == null) { | ||||
|         logs.add('Skipping auto-export as dir is not set.'); | ||||
|         return null; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user