mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 11:21:46 +00:00
fix(i18n): plugin name, description i18n
This commit is contained in:
@ -9,8 +9,8 @@ export default createPlugin<
|
||||
isCompactSidebarDisabled: () => boolean;
|
||||
}
|
||||
>({
|
||||
name: t('plugins.compact-sidebar.name'),
|
||||
description: t('plugins.compact-sidebar.description'),
|
||||
name: () => t('plugins.compact-sidebar.name'),
|
||||
description: () => t('plugins.compact-sidebar.description'),
|
||||
restartNeeded: false,
|
||||
config: {
|
||||
enabled: false,
|
||||
|
||||
Reference in New Issue
Block a user