mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-10-27 03:33:45 +01:00
Unified version detection setting
This commit is contained in:
@@ -467,8 +467,8 @@ class AppsProvider with ChangeNotifier {
|
||||
App? getCorrectedInstallStatusAppIfPossible(App app, AppInfo? installedInfo) {
|
||||
var modded = false;
|
||||
var trackOnly = app.additionalSettings['trackOnly'] == true;
|
||||
var noVersionDetection =
|
||||
app.additionalSettings['noVersionDetection'] == true;
|
||||
var noVersionDetection = app.additionalSettings['versionDetection'] !=
|
||||
'standardVersionDetection';
|
||||
if (installedInfo == null && app.installedVersion != null && !trackOnly) {
|
||||
app.installedVersion = null;
|
||||
modded = true;
|
||||
|
||||
Reference in New Issue
Block a user