We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d923b15 commit 803ff86Copy full SHA for 803ff86
1 file changed
app/src/main/swift/Views/Settings/PadLayoutEditView.swift
@@ -107,7 +107,7 @@ struct PadLayoutEditView: View {
107
private func portraitEditorCanvas(width: CGFloat, height: CGFloat) -> some View {
108
let gameHeight = min(width * 3 / 4, height * 0.55)
109
let padHeight = height - gameHeight
110
- VStack(spacing: 0) {
+ return VStack(spacing: 0) {
111
// Top: reveal paused gameplay underneath
112
Color.clear
113
.allowsHitTesting(false)
0 commit comments