Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
cranci1 committed Jun 8, 2024
1 parent f5dea21 commit 5c3c405
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion AnimeGen/Settings/AppPref.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion AnimeGen/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 5c3c405

Please sign in to comment.