mirror of
https://github.com/cranci1/Sora.git
synced 2026-03-11 17:45:37 +00:00
Update SettingsViewTrackers.swift
This commit is contained in:
parent
f512faba06
commit
e6c854eb8b
1 changed files with 0 additions and 5 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue