minor style tweaks

This commit is contained in:
Mitchell Hashimoto
2025-10-12 13:18:15 -07:00
parent 45aceace72
commit d5c378cd6b
2 changed files with 11 additions and 7 deletions

View File

@@ -573,6 +573,7 @@ class TerminalWindow: NSWindow {
}
}
#if compiler(>=6.2)
// MARK: Glass
@available(macOS 26.0, *)
@@ -616,8 +617,8 @@ class TerminalWindow: NSWindow {
glassEffectView?.removeFromSuperview()
glassEffectView = nil
}
>>>>>>> Conflict 4 of 4 ends
#endif // compiler(>=6.2)
// MARK: Config
struct DerivedConfig {