UPE // Comment cleanup.

This commit is contained in:
ShikiSuen 2022-05-01 10:33:02 +08:00
parent 7ddb284b84
commit 625cc1fe8f
1 changed files with 0 additions and 3 deletions

View File

@ -31,9 +31,6 @@ class WindowController: NSWindowController, NSWindowDelegate {
required init?(coder aDecoder: NSCoder) {
super.init(coder: aDecoder)
/** NSWindows loaded from the storyboard will be cascaded
based on the original frame of the window in the storyboard.
*/
shouldCascadeWindows = true
}
}