From 2fb722d23758f46b791ad2f5b357073fd3d08947 Mon Sep 17 00:00:00 2001 From: Francesco Date: Wed, 15 May 2024 20:17:06 +0200 Subject: [PATCH] fixed default api picker --- AnimeGen/Settings/AppPref.swift | 2 +- AnimeGen/ViewController.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AnimeGen/Settings/AppPref.swift b/AnimeGen/Settings/AppPref.swift index f536b711..32c62d17 100644 --- a/AnimeGen/Settings/AppPref.swift +++ b/AnimeGen/Settings/AppPref.swift @@ -13,7 +13,7 @@ class AppPref: UITableViewController { var isPresentingActionSheet = false var selectedChoiceIndex = 0 - let choices = ["waifu.im", "pic.re", "waifu.pics", "waifu.it", "nekos.best", "Nekos api", "nekos.moe", "NekoBot", "kyoko", "Purr"] + let choices = ["waifu.im", "pic.re", "waifu.pics", "waifu.it", "nekos.best", "Nekos api", "nekos.moe", "NekoBot", " ", "Purr"] @IBOutlet weak var LoadImageSwitch: UISwitch! @IBOutlet weak var DisplayTags: UISwitch! diff --git a/AnimeGen/ViewController.swift b/AnimeGen/ViewController.swift index 51ac93b3..5e943663 100644 --- a/AnimeGen/ViewController.swift +++ b/AnimeGen/ViewController.swift @@ -50,7 +50,7 @@ class ViewController: UIViewController { var counter: Int = 0 - let choices = ["waifu.im", "pic.re", "waifu.pics", "waifu.it", "nekos.best", "Nekos api", "nekos.moe", "NekoBot", "kyoko", "Purr"] + let choices = ["waifu.im", "pic.re", "waifu.pics", "waifu.it", "nekos.best", "Nekos api", "nekos.moe", "NekoBot", "n-sfw.com", "Purr"] override func viewDidLoad() { super.viewDidLoad()