From a2fc1652d16d24649df9943b5f4565443f6c6684 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Fri, 8 Apr 2022 17:47:02 -0400 Subject: [PATCH] Enable sidebar toggle button and gesture Closes #146 --- Tusker/Screens/Main/MainSplitViewController.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/Tusker/Screens/Main/MainSplitViewController.swift b/Tusker/Screens/Main/MainSplitViewController.swift index 884d1ab4..d9d7170c 100644 --- a/Tusker/Screens/Main/MainSplitViewController.swift +++ b/Tusker/Screens/Main/MainSplitViewController.swift @@ -46,8 +46,6 @@ class MainSplitViewController: UISplitViewController { preferredDisplayMode = .oneBesideSecondary preferredSplitBehavior = .tile - presentsWithGesture = false - showsSecondaryOnlyButton = false delegate = self sidebar = MainSidebarViewController(mastodonController: mastodonController)