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, 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,
}; };