fix: distinguish Themes tab icon from Appearance
This commit is contained in:
@@ -33,6 +33,7 @@ import {
|
|||||||
Languages,
|
Languages,
|
||||||
Info,
|
Info,
|
||||||
Bug,
|
Bug,
|
||||||
|
SwatchBook,
|
||||||
Download,
|
Download,
|
||||||
X,
|
X,
|
||||||
type LucideIcon,
|
type LucideIcon,
|
||||||
@@ -145,7 +146,7 @@ const tabIcons: Record<Tab, LucideIcon> = {
|
|||||||
protocol_handlers: LinkIcon,
|
protocol_handlers: LinkIcon,
|
||||||
sidebar_apps: PanelLeftClose,
|
sidebar_apps: PanelLeftClose,
|
||||||
about_data: Info,
|
about_data: Info,
|
||||||
themes: Palette,
|
themes: SwatchBook,
|
||||||
plugins: Puzzle,
|
plugins: Puzzle,
|
||||||
debug: Bug,
|
debug: Bug,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user