Browse Source

improved widget

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 2 năm trước cách đây
mục cha
commit
f723c8dd72
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      Widget/Nextcloud/NextcloudWidgetView.swift

+ 1 - 0
Widget/Nextcloud/NextcloudWidgetView.swift

@@ -50,6 +50,7 @@ struct NextcloudWidgetView: View {
                         let recentDatasCount = CGFloat(entry.recentDatas.count)
                         let heightFrame = (geo.size.height - 120) / recentDatasCount
                         let addSizeIcon = heightFrame / recentDatasCount
+                        
                         ForEach(entry.recentDatas, id: \.id) { element in
                             Link(destination: element.url) {
                                 HStack {