Forráskód Böngészése

Revert back to initial calendar SF Symbols

dnzxy 2 éve
szülő
commit
3c2435fd0b

+ 1 - 1
FreeAPS/Sources/Modules/DataTable/View/DataTableRootView.swift

@@ -77,7 +77,7 @@ extension DataTable {
                 HStack {
                 HStack {
                     Button(action: { showFutureEntries.toggle() }, label: {
                     Button(action: { showFutureEntries.toggle() }, label: {
                         HStack {
                         HStack {
-                            Image(systemName: "book.pages")
+                            Image(systemName: showFutureEntries ? "calendar.badge.minus" : "calendar.badge.plus")
                                 .foregroundColor(Color.accentColor)
                                 .foregroundColor(Color.accentColor)
                             Text(showFutureEntries ? "Hide Future" : "Show Future")
                             Text(showFutureEntries ? "Hide Future" : "Show Future")
                                 .foregroundColor(Color.secondary)
                                 .foregroundColor(Color.secondary)