Enable sidebar toggle button and gesture

Closes #146
This commit is contained in:
Shadowfacts 2022-04-08 17:47:02 -04:00
parent 77007dcea0
commit a2fc1652d1
1 changed files with 0 additions and 2 deletions

View File

@ -46,8 +46,6 @@ class MainSplitViewController: UISplitViewController {
preferredDisplayMode = .oneBesideSecondary
preferredSplitBehavior = .tile
presentsWithGesture = false
showsSecondaryOnlyButton = false
delegate = self
sidebar = MainSidebarViewController(mastodonController: mastodonController)