mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-22 22:32:22 +00:00
make the view show up light instead of dark
This commit is contained in:
parent
1d27adb102
commit
67d472424d
@ -39,9 +39,13 @@ class AppDelegate: NSObject, NSApplicationDelegate {
|
|||||||
nibName: "JoinNetworkViewController", bundle: nil)
|
nibName: "JoinNetworkViewController", bundle: nil)
|
||||||
joinNetworkPopover.behavior = .Transient
|
joinNetworkPopover.behavior = .Transient
|
||||||
|
|
||||||
|
joinNetworkPopover.appearance = NSAppearance(named: NSAppearanceNameAqua)
|
||||||
|
|
||||||
networkListPopover.contentViewController = ShowNetworksViewController(
|
networkListPopover.contentViewController = ShowNetworksViewController(
|
||||||
nibName: "ShowNetworksViewController", bundle: nil)
|
nibName: "ShowNetworksViewController", bundle: nil)
|
||||||
networkListPopover.behavior = .Transient
|
networkListPopover.behavior = .Transient
|
||||||
|
|
||||||
|
networkListPopover.appearance = NSAppearance(named: NSAppearanceNameAqua)
|
||||||
}
|
}
|
||||||
|
|
||||||
func applicationWillTerminate(aNotification: NSNotification) {
|
func applicationWillTerminate(aNotification: NSNotification) {
|
||||||
|
Loading…
Reference in New Issue
Block a user