chore(hidden_tree): add icon to mobile tab switcher launcher

This commit is contained in:
Elian Doran 2026-02-04 18:48:37 +02:00
parent e1cec3404a
commit 3e54d0ceae
No known key found for this signature in database

View File

@ -210,7 +210,8 @@ export default function buildLaunchBarConfig() {
id: "_lbMobileTabSwitcher",
title: t("hidden-subtree.tab-switcher-title"),
type: "launcher",
builtinWidget: "mobileTabSwitcher"
builtinWidget: "mobileTabSwitcher",
icon: "bx bx-rectangle"
}
];