fixed typo

This commit is contained in:
Francesco 2025-04-10 17:27:33 +02:00
parent 8e5758d900
commit 75c9fb712b

View file

@ -53,7 +53,7 @@ struct SettingsViewTrackers: View {
}
}
if isLoggedIn {
Toggle("Sync progreses", isOn: $isSendPushUpdates)
Toggle("Sync progresses", isOn: $isSendPushUpdates)
.tint(.accentColor)
}
Button(isLoggedIn ? "Log Out from AniList.co" : "Log In with AniList.co") {