Created
November 2, 2015 01:53
-
-
Save mortenjust/de0463e3ae518cdfa387 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Appdelegate, view did finish loading | |
var win = NSApplication.sharedApplication().windows.first! | |
win.titlebarAppearsTransparent = true | |
win.movableByWindowBackground = true | |
win.styleMask = win.styleMask | NSFullSizeContentViewWindowMask; | |
win.title = "" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment