mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-07-13 13:26:43 +02:00
rename newst apk option
This commit is contained in:
@ -31,8 +31,8 @@ class APKPure extends AppSource {
|
|||||||
label: tr('stayOneVersionBehind'), defaultValue: false)
|
label: tr('stayOneVersionBehind'), defaultValue: false)
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
GeneratedFormSwitch('selectNewestApk',
|
GeneratedFormSwitch('useFirstApkOfVersion',
|
||||||
label: tr('selectNewestApk'), defaultValue: true)
|
label: tr('useFirstApkOfVersion'), defaultValue: true)
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
@ -102,7 +102,7 @@ class APKPure extends AppSource {
|
|||||||
changeLog = null;
|
changeLog = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (additionalSettings['selectNewestApk'] == true) {
|
if (additionalSettings['useFirstApkOfVersion'] == true) {
|
||||||
apkUrls = [apkUrls.first];
|
apkUrls = [apkUrls.first];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user