mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-29 16:16:02 +00:00
Descriptions and icons
This commit is contained in:
@@ -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: '',
|
||||
|
||||
Reference in New Issue
Block a user