Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #59 from stuartbreckenridge/spm
Browse files Browse the repository at this point in the history
Moves IndeterminateProgressWindowController
  • Loading branch information
vincode-io authored Jul 29, 2020
2 parents 92cd910 + d8a5eb2 commit 3cb2004
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ private final class IndeterminateProgressWindowController: NSWindowController {
@objc dynamic var message = ""

convenience init(message: String) {

self.init(windowNibName: NSNib.Name("IndeterminateProgressWindow"))
self.init(window: nil)
self.message = message
Bundle.module.loadNibNamed("IndeterminateProgressWindow", owner: self, topLevelObjects: nil)
}

override func windowDidLoad() {
Expand Down

0 comments on commit 3cb2004

Please # to comment.