Feat : Allow speeding up animation speed even further
release-tag / release-image (push) Successful in 32s

This commit is contained in:
2024-07-16 23:42:32 +02:00
parent ff182b66ae
commit ba48570833
+1 -1
View File
@@ -40,7 +40,7 @@ const close = () => {
<div class="dialog-body">
<input
type="range"
min="50"
min="0"
max="250"
step="25"
v-model="settingsStore.animationSpeed"