Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions Samra/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
}

func applicationDidFinishLaunching(_ aNotification: Notification) {
// Insert code here to initialize your application
NSLog("I crash through glass ceilings, I break through closed doors.")

// Insert code here to initialize your application
if Preferences.showWelcomeVCOnLaunch {
WindowController(kind: .welcome).showWindow(self)
}
Expand Down
Loading