Browse Source

make the view show up light instead of dark

pull/1/head
Grant Limberg 10 years ago
parent
commit
67d472424d
  1. 4
      ZeroTier One/AppDelegate.swift

4
ZeroTier One/AppDelegate.swift

@ -39,9 +39,13 @@ class AppDelegate: NSObject, NSApplicationDelegate {
nibName: "JoinNetworkViewController", bundle: nil)
joinNetworkPopover.behavior = .Transient
joinNetworkPopover.appearance = NSAppearance(named: NSAppearanceNameAqua)
networkListPopover.contentViewController = ShowNetworksViewController(
nibName: "ShowNetworksViewController", bundle: nil)
networkListPopover.behavior = .Transient
networkListPopover.appearance = NSAppearance(named: NSAppearanceNameAqua)
}
func applicationWillTerminate(aNotification: NSNotification) {

Loading…
Cancel
Save