Skip to content

Commit

Permalink
show video with aerial
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnCoates committed Nov 6, 2015
1 parent 4c734fb commit 7358b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Aerial/App/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
var frame = prefWindow.frame;
frame.origin = window.frame.origin
prefWindow.setFrame(frame, display: true);
window.orderOut(self);
// window.orderOut(self);
}
}

Expand Down

0 comments on commit 7358b9f

Please sign in to comment.