mirror of
https://github.com/neon443/ShhShell.git
synced 2026-03-11 13:26:16 +00:00
add minimize button
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user