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
5d93a0b07c
commit
6245c812af
1 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ struct SettingsViewTrackers: View {
|
|||
|
||||
var body: some View {
|
||||
Form {
|
||||
Section(header: Text("AniList"), footer: Text("Sora and cranci1 are not affiliated with AniList in any way.\n\nNote that push updates may not be 100% acurate.")) {
|
||||
Section(header: Text("AniList"), footer: Text("Sora and cranci1 are not affiliated with AniList in any way.\n\nNote that progresses update may not be 100% acurate.")) {
|
||||
HStack() {
|
||||
KFImage(URL(string: "https://raw.githubusercontent.com/cranci1/Ryu/2f10226aa087154974a70c1ec78aa83a47daced9/Ryu/Assets.xcassets/Listing/Anilist.imageset/anilist.png"))
|
||||
.placeholder {
|
||||
|
|
@ -53,7 +53,7 @@ struct SettingsViewTrackers: View {
|
|||
}
|
||||
}
|
||||
if isLoggedIn {
|
||||
Toggle("Send push updates", isOn: $isSendPushUpdates)
|
||||
Toggle("Sync progreses", isOn: $isSendPushUpdates)
|
||||
.tint(.accentColor)
|
||||
}
|
||||
Button(isLoggedIn ? "Log Out from AniList.co" : "Log In with AniList.co") {
|
||||
|
|
|
|||
Loading…
Reference in a new issue