diff options
author | Shav Kinderlehrer <[email protected]> | 2024-01-08 12:57:25 -0500 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2024-01-08 12:57:25 -0500 |
commit | 6d32db67511ca83312d3f8dcd971e48b9b59c9e9 (patch) | |
tree | f869957a11328a4412c45bee40d8ad283f0c06f5 /Jel/Views/Dashboard | |
parent | ca47292e3d2ebb5024c8c9ebbe8211f2779a4a81 (diff) | |
download | jel-6d32db67511ca83312d3f8dcd971e48b9b59c9e9.tar.gz jel-6d32db67511ca83312d3f8dcd971e48b9b59c9e9.zip |
Update itemView
Diffstat (limited to 'Jel/Views/Dashboard')
-rw-r--r-- | Jel/Views/Dashboard/DashboardLibraryView.swift | 1 |
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()) } |