Enable links in iPad / macOS sidebar
This commit is contained in:
parent
478a788f87
commit
7b9cfc2863
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue