Skip to content

Commit

Permalink
fixed (hope)
Browse files Browse the repository at this point in the history
  • Loading branch information
cranci1 committed Jun 8, 2024
1 parent c12f32b commit fa71499
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file not shown.
4 changes: 2 additions & 2 deletions AnimeGen/Settings/AppPref.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ class AppPref: UITableViewController {
var isPresentingActionSheet = false
var selectedChoiceIndex = 0

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"]
let choices = ["waifu.im", "pic.re", "waifu.pics", "waifu.it", "nekos.best", "Nekos api", "nekos.moe", "NekoBot", "n-sfw.com", "Purr", "nekos.life"]
let choiceIcons = ["waifu.im", "pic-re", "waifu.pics", "waifu.it", "nekos.best", "nekosapi", "nekos.moe", "NekoBot", "n-sfw", "Purr", "nekos.life"]

@IBOutlet weak var LoadImageSwitch: UISwitch!
@IBOutlet weak var DisplayTags: UISwitch!
Expand Down
4 changes: 2 additions & 2 deletions AnimeGen/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ class ViewController: UIViewController {

// Choice Properties
var counter: Int = 0
let choices = ["Purr", "n-sfw.com", "nekos.life", "NekoBot", "nekos.moe", "Nekos api", "nekos.best", "waifu.pics", "waifu.im", "pic.re"]

let choices = ["waifu.im", "pic.re", "waifu.pics", "waifu.it", "nekos.best", "Nekos api", "nekos.moe", "NekoBot", "n-sfw.com", "Purr", "nekos.life"]
override func viewDidLoad() {
super.viewDidLoad()

Expand Down

0 comments on commit fa71499

Please sign in to comment.