Skip to content

Commit

Permalink
fixed default api picker
Browse files Browse the repository at this point in the history
  • Loading branch information
cranci1 committed May 15, 2024
1 parent 4290e20 commit 2fb722d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AnimeGen/Settings/AppPref.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down
2 changes: 1 addition & 1 deletion AnimeGen/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 2fb722d

Please sign in to comment.