From 51c87aebf59efc730125d6b428644ff53eb698f4 Mon Sep 17 00:00:00 2001 From: Ethan Chan Date: Sat, 9 Jul 2016 03:11:30 -0700 Subject: [PATCH] fixes #235, #162 --- Goofy/AppDelegate.swift | 2 -- Goofy/Info.plist | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Goofy/AppDelegate.swift b/Goofy/AppDelegate.swift index cdbf6e5..5a2432b 100644 --- a/Goofy/AppDelegate.swift +++ b/Goofy/AppDelegate.swift @@ -172,8 +172,6 @@ class AppDelegate: NSObject, NSApplicationDelegate, WKNavigationDelegate, WKUIDe func initWindow(window: NSWindow) { window.backgroundColor = NSColor.whiteColor() window.minSize = NSSize(width: 380,height: 376) - window.makeMainWindow() - window.makeKeyWindow() window.titlebarAppearsTransparent = true window.titleVisibility = .Hidden window.delegate = self diff --git a/Goofy/Info.plist b/Goofy/Info.plist index 6e3b7a4..0acb7d1 100644 --- a/Goofy/Info.plist +++ b/Goofy/Info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 962 + 973 LSApplicationCategoryType public.app-category.social-networking LSMinimumSystemVersion