Skip to content

Commit

Permalink
feat(voiceChatUtilities): allow setting delay to .5 values
Browse files Browse the repository at this point in the history
  • Loading branch information
D3SOX committed Jun 1, 2024
1 parent 7de07c0 commit 741b1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion voiceChatUtilities/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ const settings = definePluginSettings({
type: OptionType.SLIDER,
description: "Time to wait between each action (in seconds)",
default: 2,
markers: makeRange(1, 10),
markers: makeRange(1, 10, .5),
}
});

Expand Down

0 comments on commit 741b1b2

Please sign in to comment.