Merge pull request #2878 from IvarK/autobuyer-checkbox-fix

Fix autobuyer checkboxes not working
This commit is contained in:
IvarK 2022-08-04 18:51:37 +03:00 committed by GitHub
commit 152ea738a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -129,8 +129,8 @@ export default {
class="o-autobuyer-toggle-checkbox o-clickable"
>
<input
v-model="increaseWithMult"
type="checkbox"
:checked="increaseWithMult"
class="o-clickable"
>
Dynamic amount

View File

@ -77,8 +77,8 @@ export default {
class="o-autobuyer-toggle-checkbox c-autobuyer-box__small-text l-top-margin o-clickable"
>
<input
v-model="limitDimBoosts"
type="checkbox"
:checked="limitDimBoosts"
class="o-clickable"
>
Limit Dimension Boosts to:
@ -94,8 +94,8 @@ export default {
class="o-autobuyer-toggle-checkbox c-autobuyer-box__small-text l-autobuyer-text-area o-clickable"
>
<input
v-model="limitUntilGalaxies"
type="checkbox"
:checked="limitUntilGalaxies"
class="o-clickable"
>
<span v-if="isBuyMaxUnlocked">

View File

@ -105,8 +105,8 @@ export default {
class="o-autobuyer-toggle-checkbox o-clickable"
>
<input
v-model="increaseWithMult"
type="checkbox"
:checked="increaseWithMult"
class="o-clickable"
>
Dynamic amount

View File

@ -69,8 +69,8 @@ export default {
class="o-autobuyer-toggle-checkbox c-autobuyer-box__small-text o-clickable"
>
<input
v-model="limitGalaxies"
type="checkbox"
:checked="limitGalaxies"
class="o-clickable"
>
Limit Antimatter Galaxies to: