1
0
mirror of https://github.com/yattee/yattee.git synced 2025-04-28 07:50:33 +05:30
This commit is contained in:
Arkadiusz Fal 2022-08-15 14:27:33 +02:00
parent 560d7c4b9a
commit ad715fa367

View File

@ -19,16 +19,16 @@ struct AddToPlaylistView: View {
var body: some View { var body: some View {
Group { Group {
VStack { VStack {
header
Spacer()
if model.isEmpty { if model.isEmpty {
emptyPlaylistsMessage emptyPlaylistsMessage
} else { } else {
header
Spacer()
form form
}
Spacer() Spacer()
footer footer
} }
}
.frame(maxWidth: 1000, maxHeight: height) .frame(maxWidth: 1000, maxHeight: height)
} }
.onAppear { .onAppear {