aboutsummaryrefslogtreecommitdiff
path: root/src/components/SettingsModal.vue
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-06-28 11:05:39 +1000
committerTerry Truong <terry06890@gmail.com>2022-06-28 14:45:26 +1000
commit053567d2ad81fefbd5e52e3ba15cf7511205a963 (patch)
treef7770a23da34fa4cbf229e93aedeb38ef2cc7def /src/components/SettingsModal.vue
parentea2ee038f55ed770dfb18f5cdd3a9f9797bd24ef (diff)
Add getImagePath() to lib.ts
Diffstat (limited to 'src/components/SettingsModal.vue')
-rw-r--r--src/components/SettingsModal.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/SettingsModal.vue b/src/components/SettingsModal.vue
index 46433f7..4f9165f 100644
--- a/src/components/SettingsModal.vue
+++ b/src/components/SettingsModal.vue
@@ -56,7 +56,7 @@
@change="onSettingChg('transitionDuration')" class="my-auto" name="animationTimeInput"/>
<div class="my-auto text-right">{{uiOpts.transitionDuration}} ms</div>
<!-- Row 2 -->
- <label for="autoModeDelayInput">Auo-mode Delay</label>
+ <label for="autoModeDelayInput">Auto-mode Delay</label>
<input type="range" min="0" max="3000" v-model.number="uiOpts.autoActionDelay"
@change="onSettingChg('autoActionDelay')" class="my-auto" name="autoModeDelayInput"/>
<div class="my-auto text-right">{{uiOpts.autoActionDelay}} ms</div>