This commit is contained in:
eevee
2025-10-05 13:18:58 +03:00
parent cfeeb2fbf3
commit 63753c411e

View File

@@ -23,6 +23,7 @@ func modifyAssignedValues(_ values: inout [AssignedValue]) {
}
}
values.removeAll(where: { $0.propertyID.name == "pick_and_shuffle_timecap" })
values.removeAll(where: { $0.propertyID.scope == "ios-feature-queue" })
}