mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-11-10 01:53:28 +01:00
Bugfix: Include overrideSource in exported config
This commit is contained in:
@@ -893,7 +893,8 @@ class AppsPageState extends State<AppsPage> {
|
|||||||
'preferredApkIndex':
|
'preferredApkIndex':
|
||||||
a.preferredApkIndex,
|
a.preferredApkIndex,
|
||||||
'additionalSettings':
|
'additionalSettings':
|
||||||
jsonEncode(a.additionalSettings)
|
jsonEncode(a.additionalSettings),
|
||||||
|
'overrideSource': a.overrideSource
|
||||||
}))}\n\n';
|
}))}\n\n';
|
||||||
}
|
}
|
||||||
Share.share(urls,
|
Share.share(urls,
|
||||||
|
|||||||
Reference in New Issue
Block a user