From 7b9cfc28639568b39dc0da9d044892c8926f564f Mon Sep 17 00:00:00 2001 From: Thomas Ricouard Date: Tue, 2 Jul 2024 20:22:09 +0200 Subject: [PATCH] Enable links in iPad / macOS sidebar --- IceCubesApp/App/Tabs/Tabs.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/IceCubesApp/App/Tabs/Tabs.swift b/IceCubesApp/App/Tabs/Tabs.swift index 5b2d5304..7e6ff76c 100644 --- a/IceCubesApp/App/Tabs/Tabs.swift +++ b/IceCubesApp/App/Tabs/Tabs.swift @@ -186,6 +186,7 @@ class SidebarTabs { .init(tab: .favorites, enabled: true), .init(tab: .followedTags, enabled: true), .init(tab: .lists, enabled: true), + .init(tab: .links, enabled: true), .init(tab: .settings, enabled: true), .init(tab: .profile, enabled: true),