From 7510e34d2dcbc7952df9da47d42afa84f9ef39f1 Mon Sep 17 00:00:00 2001 From: Lumaa Date: Sat, 9 Mar 2024 19:01:46 +0100 Subject: [PATCH] Update view wink wink --- Threaded/Views/Settings/UpdateView.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Threaded/Views/Settings/UpdateView.swift b/Threaded/Views/Settings/UpdateView.swift index 9fd7a96..99f7d3c 100644 --- a/Threaded/Views/Settings/UpdateView.swift +++ b/Threaded/Views/Settings/UpdateView.swift @@ -37,11 +37,11 @@ struct UpdateView: View { var features: some View { VStack(spacing: 40) { - newFeature(imageName: "HeroPlus", title: "Threaded+", text: "You can now pay for the, long teased, Plus features. Starting at $1.99") + newFeature(systemImage: "applewatch", title: "Apple Watch", text: "View your account detailsĀ on your wrist, experimental") - newFeature(systemImage: "folder.badge.person.crop", title: "Account Switcher", text: "You can now switch accounts very easily using the Account Switcher, go in the settings to start using it") + newFeature(systemImage: "checklist", title: "Polls", text: "Interact with polls and post new ones") - newFeature(systemImage: "photo.on.rectangle", title: "Better Viewer", text: "The attachment viewer used to only work on images, now it works on all type of media with new buttons as well") + newFeature(systemImage: "apps.iphone.badge.plus", title: "Widgets", text: "This new version includes a few widgets, both on the Home Screen and Lock Screen") } .frame(height: 500) }