Skip to content

Commit

Permalink
Fix Upload/Download buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Mar 19, 2019
1 parent 2d8672f commit e84ce82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
}

var dotfilesViewController: DotfilesViewController? {
return rootViewController?.children.first as? DotfilesViewController
return rootViewController?.tabViewController?.children.first as? DotfilesViewController
}

func applicationDidFinishLaunching(_ notification: Notification) {
Expand Down

0 comments on commit e84ce82

Please sign in to comment.