mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-14 03:41:46 +00:00
fix(blur-nav-bar): set restartNeeded to true
This commit is contained in:
@ -3,6 +3,7 @@ import style from './style.css?inline';
|
|||||||
|
|
||||||
export default createPlugin({
|
export default createPlugin({
|
||||||
name: 'Blur Navigation Bar',
|
name: 'Blur Navigation Bar',
|
||||||
|
restartNeeded: true,
|
||||||
stylesheets: [style],
|
stylesheets: [style],
|
||||||
renderer() {},
|
renderer() {},
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user