diff --git a/AnimeGen.xcodeproj/project.xcworkspace/xcuserdata/Francesco.xcuserdatad/UserInterfaceState.xcuserstate b/AnimeGen.xcodeproj/project.xcworkspace/xcuserdata/Francesco.xcuserdatad/UserInterfaceState.xcuserstate index 9ab3be57..2a6ada71 100644 Binary files a/AnimeGen.xcodeproj/project.xcworkspace/xcuserdata/Francesco.xcuserdatad/UserInterfaceState.xcuserstate and b/AnimeGen.xcodeproj/project.xcworkspace/xcuserdata/Francesco.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/AnimeGen/Settings/AppPref.swift b/AnimeGen/Settings/AppPref.swift index 06907e1f..da656a86 100644 --- a/AnimeGen/Settings/AppPref.swift +++ b/AnimeGen/Settings/AppPref.swift @@ -12,7 +12,7 @@ class AppPref: UITableViewController { @IBOutlet weak var APIDefa: UIButton! var isPresentingActionSheet = false - var selectedChoiceIndex = 9 + var selectedChoiceIndex = 1 let choices = ["Purr", "n-sfw.com", "nekos.life", "NekoBot", "nekos.moe", "Nekos api", "nekos.best", "waifu.pics", "waifu.im", "pic.re"] let choiceIcons = ["Purr", "n-sfw", "nekos.life", "NekoBot", "nekos.moe", "nekosapi", "nekos.best", "waifu.pics", "waifu.im", "pic-re"] diff --git a/AnimeGen/ViewController.swift b/AnimeGen/ViewController.swift index 83059156..b5341d39 100644 --- a/AnimeGen/ViewController.swift +++ b/AnimeGen/ViewController.swift @@ -46,7 +46,7 @@ class ViewController: UIViewController { var parentsModeLoL = UserDefaults.standard.bool(forKey: "parentsModeLoL") // Choice Properties - var counter: Int = 9 + var counter: Int = 1 let choices = ["Purr", "n-sfw.com", "nekos.life", "NekoBot", "nekos.moe", "Nekos api", "nekos.best", "waifu.pics", "waifu.im", "pic.re"] override func viewDidLoad() {