feat: add description for plugins

This commit is contained in:
JellyBrick
2023-11-30 11:42:34 +09:00
parent aa5c3bac4e
commit a22a8ac5c9
32 changed files with 34 additions and 4 deletions

View File

@ -2,6 +2,7 @@ import { createPlugin } from '@/utils';
export default createPlugin({
name: 'Exponential Volume',
description: 'Makes the volume slider exponential so it\'s easier to select lower volumes.',
restartNeeded: true,
config: {
enabled: false,