Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
lukepistrol committed Feb 13, 2024
1 parent 83c663a commit 4078f93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TimeMachineStatus/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ class DetachedWindowController: NSWindowController {
window.standardWindowButton(.zoomButton)?.isHidden = true
}

@available(*, unavailable)
required init?(coder: NSCoder) {
fatalError("init(coder:) has not been implemented")
}
Expand Down

0 comments on commit 4078f93

Please sign in to comment.