mirror of
https://github.com/yattee/yattee.git
synced 2025-08-06 10:44:06 +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