summaryrefslogtreecommitdiff
path: root/Jel/Views/Dashboard/DashboardLibraryView.swift
diff options
context:
space:
mode:
authorShav Kinderlehrer <[email protected]>2024-01-08 12:57:25 -0500
committerShav Kinderlehrer <[email protected]>2024-01-08 12:57:25 -0500
commit6d32db67511ca83312d3f8dcd971e48b9b59c9e9 (patch)
treef869957a11328a4412c45bee40d8ad283f0c06f5 /Jel/Views/Dashboard/DashboardLibraryView.swift
parentca47292e3d2ebb5024c8c9ebbe8211f2779a4a81 (diff)
downloadjel-6d32db67511ca83312d3f8dcd971e48b9b59c9e9.tar.gz
jel-6d32db67511ca83312d3f8dcd971e48b9b59c9e9.zip
Update itemView
Diffstat (limited to 'Jel/Views/Dashboard/DashboardLibraryView.swift')
-rw-r--r--Jel/Views/Dashboard/DashboardLibraryView.swift1
1 files changed, 1 insertions, 0 deletions
diff --git a/Jel/Views/Dashboard/DashboardLibraryView.swift b/Jel/Views/Dashboard/DashboardLibraryView.swift
index 19f7bf3..b2a8449 100644
--- a/Jel/Views/Dashboard/DashboardLibraryView.swift
+++ b/Jel/Views/Dashboard/DashboardLibraryView.swift
@@ -33,6 +33,7 @@ struct DashboardLibraryView: View {
} label: {
ItemIconView(item: library, height: 150)
.setAspectRatio(library.primaryImageAspectRatio)
+ .showCaption()
}
.buttonStyle(PlainButtonStyle())
}