mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-16 20:52:06 +00:00
feat: rename IPC
This commit is contained in:
@ -101,7 +101,7 @@ export const onMainLoad = async ({
|
||||
|
||||
config ??= await getConfig();
|
||||
setConfig({ isInPiP });
|
||||
on('picture-in-picture', () => {
|
||||
on('plugin:toggle-picture-in-picture', () => {
|
||||
togglePiP();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user