ctlAlertWindow // Make the NonModalAlertWindow work again.

- A bug was introduced when filenames were rebranded, leading to the failure of calling the correct XIB window. This commit fixes this issue.
This commit is contained in:
ShikiSuen 2022-02-24 20:44:39 +08:00
parent d79f951ad1
commit b8f2496f7e
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ import Cocoa
class ctlNonModalAlertWindow: NSWindowController {
@objc(sharedInstance)
static let shared = ctlNonModalAlertWindow(windowNibName: "ctlNonModalAlertWindow")
static let shared = ctlNonModalAlertWindow(windowNibName: "frmNonModalAlertWindow")
@IBOutlet weak var titleTextField: NSTextField!
@IBOutlet weak var contentTextField: NSTextField!