mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-16 09:29:59 +00:00

All the WSL distributions that was installed from the Microsoft Store have a package family name that can be used to get the icon of the distribution. Signed-off-by: Matheus Castello <matheus@castello.eng.br>
14 lines
226 B
Plaintext
14 lines
226 B
Plaintext
.icon(
|
|
[fastHtmlBind]='pngPath',
|
|
*ngIf='!isHTML && isPNG'
|
|
)
|
|
i.icon(
|
|
class='fa-fw {{icon}}',
|
|
[style.color]='color',
|
|
*ngIf='!isHTML && !isPNG'
|
|
)
|
|
.icon(
|
|
[fastHtmlBind]='icon',
|
|
*ngIf='isHTML && icon'
|
|
)
|