Generate XKCD style password

This commit is contained in:
Yishi Lin 2020-02-23 03:06:23 +08:00
parent 71c793029a
commit fe21f1c8da
7 changed files with 7866 additions and 24 deletions

View file

@ -163,7 +163,6 @@ class GeneralSettingsTableViewController: BasicStaticTableViewController {
let optionMenu = UIAlertController(title: nil, message: nil, preferredStyle: .actionSheet)
PasswordGeneratorFlavor.allCases.forEach { flavor in
let actionTitlePrefix = Defaults.passwordGeneratorFlavor
var actionTitle = flavor.longNameLocalized
if Defaults.passwordGeneratorFlavor == flavor {
actionTitle = "" + actionTitle