refactor(subtree): duplicate bx in icon name

This commit is contained in:
Elian Doran
2025-06-17 20:32:10 +03:00
parent bde3f0a55c
commit 40086434ec
2 changed files with 4 additions and 1 deletions

View File

@@ -23,6 +23,9 @@ export interface HiddenSubtreeItem {
id: string;
title: string;
type: LauncherNoteType;
/**
* The icon to use for this item, in the format "bx-icon-name" (e.g., `bx-file-blank`), *without* the leading `bx `.
*/
icon?: string;
attributes?: HiddenSubtreeAttribute[];
children?: HiddenSubtreeItem[];