refactor(mediaPlaybackSpeed): prefix nav id with vc

Co-authored-by: vee <vendicated@riseup.net>
This commit is contained in:
Nico 2024-06-06 08:57:15 +02:00 committed by GitHub
parent 3fb8e433e9
commit 065575718d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,7 +42,7 @@ export default definePlugin({
onClick={e => { onClick={e => {
ContextMenuApi.openContextMenu(e, () => ContextMenuApi.openContextMenu(e, () =>
<Menu.Menu <Menu.Menu
navId="playback-speed" navId="vc-playback-speed"
onClose={() => FluxDispatcher.dispatch({ type: "CONTEXT_MENU_CLOSE" })} onClose={() => FluxDispatcher.dispatch({ type: "CONTEXT_MENU_CLOSE" })}
aria-label="Playback speed control" aria-label="Playback speed control"
> >