Remove filenames from image preview

Keep it clean

Suggested-by: jack
This commit is contained in:
William Casarin
2023-03-23 07:32:14 -06:00
parent d2cf18aeee
commit cad89525b7

View File

@@ -108,8 +108,10 @@ struct ImageView: View {
var navBarView: some View {
VStack {
HStack {
/*
Text(urls[selectedIndex]?.lastPathComponent ?? "")
.bold()
*/
Spacer()
@@ -120,11 +122,7 @@ struct ImageView: View {
})
}
.padding()
Divider()
.ignoresSafeArea()
}
.background(.regularMaterial)
}
var tabViewIndicator: some View {