Skip to content

Commit 58e11aa

Browse files
committed
fix server list on portrait ipad
1 parent 2cd43fb commit 58e11aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Django Files/Views/ContentView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ public struct AuthViewContainer: View {
214214
self.presentationMode.wrappedValue.dismiss()
215215
}
216216
showSidebarButton.wrappedValue = true
217-
columnVisibility.wrappedValue = .automatic
217+
columnVisibility.wrappedValue = .all
218218
break
219219
case "serversettings":
220220
viewingSettings.wrappedValue = true

0 commit comments

Comments
 (0)