Update SettingsViewTrackers.swift

This commit is contained in:
cranci 2025-04-17 17:01:08 +02:00 committed by GitHub
parent f512faba06
commit e6c854eb8b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -107,11 +107,6 @@ struct SettingsViewTrackers: View {
}
}
if isTraktLoggedIn {
Toggle("Sync watch progress", isOn: $isSendTraktUpdates)
.tint(.accentColor)
}
Button(isTraktLoggedIn ? "Log Out from Trakt" : "Log In with Trakt") {
if isTraktLoggedIn {
logoutTrakt()