mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +02:00
Wrong sign
This commit is contained in:
parent
74e24ec289
commit
6647475f5c
1 changed files with 1 additions and 1 deletions
|
@ -742,7 +742,7 @@ Rectangle {
|
|||
}
|
||||
|
||||
if (filterBar.primaryFilter_displayName !== "" &&
|
||||
((filterBar.primaryFilter_displayName === "Updatable" && tempPurchasesModel.get(i).upgradeUrl === "") ||
|
||||
((filterBar.primaryFilter_displayName === "Updatable" && tempPurchasesModel.get(i).upgradeUrl !== "") ||
|
||||
(filterBar.primaryFilter_displayName !== "Updatable" && filterBar.primaryFilter_displayName.toLowerCase() !== currentItemType.toLowerCase()))) {
|
||||
tempPurchasesModel.remove(i);
|
||||
i--;
|
||||
|
|
Loading…
Reference in a new issue