1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 12:14:18 +00:00

fix: removed unused options Antenna and Channel (#4)

This commit is contained in:
Leafus
2025-05-19 16:34:10 +00:00
committed by Bluey Heeler
parent 60af374a81
commit a2757f235f

View File

@@ -325,16 +325,6 @@ const headerTabs = computed(() => [...(prefer.r.pinnedUserLists.value.map(l => (
title: i18n.ts.lists, title: i18n.ts.lists,
iconOnly: true, iconOnly: true,
onClick: chooseList, onClick: chooseList,
}, {
icon: 'ti ti-antenna',
title: i18n.ts.antennas,
iconOnly: true,
onClick: chooseAntenna,
}, {
icon: 'ti ti-device-tv',
title: i18n.ts.channel,
iconOnly: true,
onClick: chooseChannel,
}] as Tab[]); }] as Tab[]);
const headerTabsWhenNotLogin = computed(() => [...availableBasicTimelines().map(tl => ({ const headerTabsWhenNotLogin = computed(() => [...availableBasicTimelines().map(tl => ({