Descriptions and icons

This commit is contained in:
Daniel Dunn
2025-04-03 06:11:21 -06:00
parent 7386e670ba
commit 33a6efd0c4
4 changed files with 6 additions and 2 deletions

View File

@@ -19,8 +19,8 @@ allGenericCalcs.forEach((x) => {
defineTool('number', {
name: x.title,
path: 'generic-calc/' + x.name,
icon: '',
description: '',
icon: 'lsicon:number-filled',
description: x.description || '',
shortDescription: '',
keywords: ['generic', 'calc'],
longDescription: '',