forked from DebaucheryLibrarian/traxxx
Improved range track click position and actor height range.
This commit is contained in:
@@ -159,7 +159,7 @@
|
||||
<span class="filter-split">
|
||||
<Range
|
||||
:min="50"
|
||||
:max="250"
|
||||
:max="220"
|
||||
:value="height"
|
||||
:disabled="!heightRequired"
|
||||
:allow-enable="true"
|
||||
@@ -326,7 +326,7 @@ export default {
|
||||
boobSize: this.$route.query.bs?.split(',') || ['A', 'Z'],
|
||||
boobSizeRequired: !!this.$route.query.bs,
|
||||
naturalBoobs: naturalBoobs > -1 ? naturalBoobs : 1,
|
||||
height: this.$route.query.h?.split(',').map(Number) || [50, 250],
|
||||
height: this.$route.query.h?.split(',').map(Number) || [50, 220],
|
||||
heightRequired: !!this.$route.query.h,
|
||||
weight: this.$route.query.w?.split(',').map(Number) || [30, 200],
|
||||
weightRequired: !!this.$route.query.w,
|
||||
|
||||
Reference in New Issue
Block a user