mirror of
https://github.com/eugeny/tabby
synced 2025-12-11 18:25:57 +00:00
fixed SVG icons in tab headers - fixes #5926
This commit is contained in:
@@ -84,8 +84,4 @@ export class SelectorModalComponent<T> {
|
||||
close (): void {
|
||||
this.modalInstance.dismiss()
|
||||
}
|
||||
|
||||
iconIsSVG (icon?: string): boolean {
|
||||
return icon?.startsWith('<') ?? false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user