diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-07-10 15:15:35 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-07-10 15:20:49 +1000 |
| commit | 016f619daf1864920f978c5cfd8feb94abe3ab08 (patch) | |
| tree | bebdf1a6efe8b5843bc89b6b20d7efda70a2bcb5 /src/components/SettingsModal.vue | |
| parent | bfedee13486da7dd4f0668c60f9f8456930642ec (diff) | |
Add FAQs section to help info
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 28db9ab..a298230 100644 --- a/src/components/SettingsModal.vue +++ b/src/components/SettingsModal.vue @@ -19,7 +19,7 @@ <label for="autoDelayInput" @click="onReset('UI', 'autoActionDelay')" :class="rLabelClasses"> Auto-mode Delay </label> - <input type="range" min="0" max="1000" v-model.number="uiOpts.autoActionDelay" + <input type="range" min="100" max="1000" v-model.number="uiOpts.autoActionDelay" @change="onSettingChg('UI', 'autoActionDelay')" class="my-auto" name="autoDelayInput"/> <div class="my-auto text-right">{{uiOpts.autoActionDelay}} ms</div> </div> |
