Add deletion confirmation screen (fixes #19)

This commit is contained in:
Max Goedjen
2020-03-07 00:13:56 -08:00
parent 7e5fc3cb24
commit afa29c6a4e
5 changed files with 88 additions and 18 deletions

View File

@@ -33,7 +33,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
@IBAction func add(sender: AnyObject?) {
var addWindow: NSWindow!
let addView = CreateSecureEnclaveSecretView(store: secureEnclave) {
let addView = CreateSecretView(store: secureEnclave) {
self.window.endSheet(addWindow)
}
addWindow = NSWindow(