fix(blur-nav-bar): set restartNeeded to true

This commit is contained in:
JellyBrick
2023-11-30 09:41:05 +09:00
parent ed402933d3
commit 959f99beae

View File

@ -3,6 +3,7 @@ import style from './style.css?inline';
export default createPlugin({
name: 'Blur Navigation Bar',
restartNeeded: true,
stylesheets: [style],
renderer() {},
});