Dimillian / IceCubesApp

A SwiftUI Mastodon client
https://apps.apple.com/us/app/ice-cubes-for-mastodon/id6444915884
GNU Affero General Public License v3.0
4.88k stars 460 forks source link

Bug: The "Edit Info" button to change the information on your server brings up the Edit Filters button #2064

Closed sanguish closed 1 month ago

sanguish commented 1 month ago

Environment:

macOS/iOS 17

Go to settings and attempt to open the Edit Info option you get settings.

The issue is in AccountSettingsView: line 32

it should be routerPath.presentedSheet = .accountFiltersList

I'd have created a PR, but couldn't get it to build