mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-11-08 09:03:29 +01:00
Only ask for install perm. for non-track-only apps
This commit is contained in:
@@ -428,8 +428,13 @@ class AppsPageState extends State<AppsPage> {
|
||||
findGeneratedFormValueByKey(formInputs,
|
||||
values, 'trackonlies') ==
|
||||
'true';
|
||||
settingsProvider
|
||||
.getInstallPermission()
|
||||
(() async {
|
||||
if (shouldInstallNew ||
|
||||
shouldInstallUpdates) {
|
||||
await settingsProvider
|
||||
.getInstallPermission();
|
||||
}
|
||||
})()
|
||||
.then((_) {
|
||||
List<String> toInstall = [];
|
||||
if (shouldInstallUpdates) {
|
||||
|
||||
Reference in New Issue
Block a user