Caching in image provider.

Fix room filter.
This commit is contained in:
Black Hat
2019-04-22 21:16:33 +08:00
parent 3779735282
commit 11ede88abc
3 changed files with 45 additions and 16 deletions

View File

@@ -71,11 +71,11 @@ Item {
},
ExpressionFilter {
enabled: filter === 2
expression: category === 1 || category === 2 || category === 4
expression: category === 1 || category === 2 || category === 3
},
ExpressionFilter {
enabled: filter === 3
expression: category === 3 || category === 5
expression: category === 4 || category === 5
}
]
}