diff --git a/macos/Sources/Features/Settings/ConfigurationErrorsController.swift b/macos/Sources/Features/Settings/ConfigurationErrorsController.swift index fba594dde..6e7a809cb 100644 --- a/macos/Sources/Features/Settings/ConfigurationErrorsController.swift +++ b/macos/Sources/Features/Settings/ConfigurationErrorsController.swift @@ -38,9 +38,6 @@ class ConfigurationErrorsController: NSWindowController, NSWindowDelegate { //MARK: - NSWindowDelegate func windowWillClose(_ notification: Notification) { - guard let window = window else { return } - window.contentView = nil - if let cancellable = cancellable { cancellable.cancel() self.cancellable = nil