fix: distinguish Themes tab icon from Appearance

This commit is contained in:
Linus Rath
2026-06-03 19:33:50 +02:00
parent 40b4b26074
commit 9e96b1c24e
+2 -1
View File
@@ -33,6 +33,7 @@ import {
Languages,
Info,
Bug,
SwatchBook,
Download,
X,
type LucideIcon,
@@ -145,7 +146,7 @@ const tabIcons: Record<Tab, LucideIcon> = {
protocol_handlers: LinkIcon,
sidebar_apps: PanelLeftClose,
about_data: Info,
themes: Palette,
themes: SwatchBook,
plugins: Puzzle,
debug: Bug,
};