This commit is contained in:
Max Goedjen
2020-03-05 22:47:13 -08:00
parent 9f5950269f
commit fc2d740680
3 changed files with 10 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
func applicationDidFinishLaunching(_ aNotification: Notification) {
let contentView = ContentView(store: secureEnclave)
let contentView = ContentView(store: yubikey)
// Create the window and set the content view.
window = NSWindow(
contentRect: NSRect(x: 0, y: 0, width: 480, height: 300),