mirror of
https://github.com/cranci1/Sora.git
synced 2026-03-11 17:45:37 +00:00
fixed typo
This commit is contained in:
parent
8e5758d900
commit
75c9fb712b
1 changed files with 1 additions and 1 deletions
|
|
@ -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") {
|
||||
|
|
|
|||
Loading…
Reference in a new issue