mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-10 18:06:22 +00:00
refactor(mediaPlaybackSpeed): prefix nav id with vc
Co-authored-by: vee <vendicated@riseup.net>
This commit is contained in:
parent
3fb8e433e9
commit
065575718d
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ export default definePlugin({
|
|||
onClick={e => {
|
||||
ContextMenuApi.openContextMenu(e, () =>
|
||||
<Menu.Menu
|
||||
navId="playback-speed"
|
||||
navId="vc-playback-speed"
|
||||
onClose={() => FluxDispatcher.dispatch({ type: "CONTEXT_MENU_CLOSE" })}
|
||||
aria-label="Playback speed control"
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue