Ignore default Windows icons in UI better
This commit is contained in:
@@ -50,7 +50,7 @@ export interface TagDescription {
|
||||
}
|
||||
|
||||
export interface Icon {
|
||||
Type: 'database' | 'path' | 'api';
|
||||
Type: '' | 'database' | 'path' | 'api';
|
||||
Source: '' | 'user' | 'import' | 'core' | 'ui';
|
||||
Value: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user