diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-06-24 21:36:32 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-06-24 21:36:32 +1000 |
| commit | 26542c5638fb0201f038c99fb0fa34a46119e8ae (patch) | |
| tree | cdd0d6ba05b3adec2d5502497f3a051486d91df8 /src/components/SettingsModal.vue | |
| parent | 1d75570324abe035cdae61a261cfb63d8ed6550f (diff) | |
Adjust some option names
Diffstat (limited to 'src/components/SettingsModal.vue')
| -rw-r--r-- | src/components/SettingsModal.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/SettingsModal.vue b/src/components/SettingsModal.vue index 5be06b7..92f4dce 100644 --- a/src/components/SettingsModal.vue +++ b/src/components/SettingsModal.vue @@ -146,7 +146,7 @@ export default defineComponent({ <hr class="border-stone-400"/> <div> <label>Animation Duration <input type="range" min="0" max="3000" class="mx-2 w-[3cm]" - v-model.number="uiOpts.tileChgDuration" @change="onUiOptChg('tileChgDuration')"/></label> + v-model.number="uiOpts.transitionDuration" @change="onUiOptChg('transitionDuration')"/></label> </div> <hr class="border-stone-400"/> <div> |
