Skip to content

Commit

Permalink
fix(command): update decrease speed slightly command name
Browse files Browse the repository at this point in the history
close #315
  • Loading branch information
aidenlx authored Mar 26, 2024
1 parent 72fd7ba commit ad32e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/app/src/media-note/command/media.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ function speed(plugin: MxPlugin): Controls[] {
},
{
id: "decrease-speed-granular",
label: "Decrease playback speed by 0.1x",
label: "Decrease playback speed slightly",
icon: "arrow-down",
action: (media) => {
const curr = media.playbackRate;
Expand Down

0 comments on commit ad32e8f

Please sign in to comment.