mirror of
https://github.com/yattee/yattee.git
synced 2026-01-16 08:42:33 +00:00
Setting for app tab navigation section
This commit is contained in:
@@ -85,6 +85,7 @@ struct ContentView: View {
|
||||
}
|
||||
.sheet(isPresented: $navigation.presentingPlaylistForm) {
|
||||
PlaylistFormView(playlist: $navigation.editedPlaylist)
|
||||
.environmentObject(accounts)
|
||||
.environmentObject(playlists)
|
||||
}
|
||||
.sheet(isPresented: $navigation.presentingSettings, onDismiss: openWelcomeScreenIfAccountEmpty) {
|
||||
|
||||
Reference in New Issue
Block a user