mirror of
https://github.com/yattee/yattee.git
synced 2025-02-02 01:57:00 +00:00
Fix #246
This commit is contained in:
parent
560d7c4b9a
commit
ad715fa367
@ -19,15 +19,15 @@ struct AddToPlaylistView: View {
|
||||
var body: some View {
|
||||
Group {
|
||||
VStack {
|
||||
header
|
||||
Spacer()
|
||||
if model.isEmpty {
|
||||
emptyPlaylistsMessage
|
||||
} else {
|
||||
header
|
||||
Spacer()
|
||||
form
|
||||
Spacer()
|
||||
footer
|
||||
}
|
||||
Spacer()
|
||||
footer
|
||||
}
|
||||
.frame(maxWidth: 1000, maxHeight: height)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user