|
@@ -52,7 +52,9 @@ struct NextcloudWidgetView: View {
|
|
let addSizeIcon = heightFrame / recentDatasCount
|
|
let addSizeIcon = heightFrame / recentDatasCount
|
|
|
|
|
|
ForEach(entry.recentDatas, id: \.id) { element in
|
|
ForEach(entry.recentDatas, id: \.id) { element in
|
|
|
|
+
|
|
Link(destination: element.url) {
|
|
Link(destination: element.url) {
|
|
|
|
+
|
|
HStack {
|
|
HStack {
|
|
Image(uiImage: element.image)
|
|
Image(uiImage: element.image)
|
|
.resizable()
|
|
.resizable()
|