feat(menu): add more detail in Menu (#1570)

This commit is contained in:
Su-Yong
2023-12-31 20:56:24 +09:00
committed by GitHub
parent aa899d247a
commit 4d3e2c09da
10 changed files with 104 additions and 7 deletions

View File

@ -11,6 +11,7 @@ export default createPlugin({
name: () => t('plugins.album-actions.name'),
description: () => t('plugins.album-actions.description'),
restartNeeded: false,
addedVersion: '3.2.0',
config: {
enabled: false,
},