add minimize button

This commit is contained in:
neon443
2025-07-04 08:29:05 +01:00
parent 9dcdd5de41
commit 89669b4596

View File

@@ -60,6 +60,11 @@ struct ShellTabView: View {
withAnimation { selectedID = id }
}
}
Button() {
dismiss()
} label: {
Image(systemName: "arrow.down.right.and.arrow.up.left")
}
}
}
.frame(height: 30)