mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-01-15 23:59:08 +00:00
fix: hide tab bar icon
This commit is contained in:
@@ -77,12 +77,12 @@ export default function TabLayout() {
|
||||
name="(custom-links)"
|
||||
options={{
|
||||
title: "Custom Links",
|
||||
// @ts-expect-error
|
||||
tabBarItemHidden: settings?.showCustomMenuLinks ? false : true,
|
||||
tabBarIcon:
|
||||
Platform.OS == "android"
|
||||
? () => require("@/assets/icons/list.png")
|
||||
: () => ({ sfSymbol: "list.dash" }),
|
||||
tabBarButton: (p) =>
|
||||
settings?.showCustomMenuLinks == true ? undefined : null,
|
||||
}}
|
||||
/>
|
||||
</NativeTabs>
|
||||
|
||||
Reference in New Issue
Block a user