show icon colors in profile selector - fixes #4405

This commit is contained in:
Eugene Pankov
2021-08-14 23:14:14 +02:00
parent bf5d037cff
commit 81663f351a
5 changed files with 9 additions and 4 deletions

View File

@@ -4,5 +4,6 @@ export interface SelectorOption<T> {
result?: T
icon?: string
freeInputPattern?: string
color?: string
callback?: (string?) => void
}