mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-14 11:35:48 +00:00
macos: swiftlint 'comma' rule
This commit is contained in:
@@ -13,7 +13,6 @@ disabled_rules:
|
||||
- type_body_length
|
||||
|
||||
# TODO
|
||||
- comma
|
||||
- comment_spacing
|
||||
- control_statement
|
||||
- deployment_target
|
||||
|
||||
@@ -459,7 +459,7 @@ class TerminalWindow: NSWindow {
|
||||
backgroundColor = .white.withAlphaComponent(0.001)
|
||||
|
||||
// We don't need to set blur when using glass
|
||||
if !surfaceConfig.backgroundBlur.isGlassStyle, let appDelegate = NSApp.delegate as? AppDelegate {
|
||||
if !surfaceConfig.backgroundBlur.isGlassStyle, let appDelegate = NSApp.delegate as? AppDelegate {
|
||||
ghostty_set_window_background_blur(
|
||||
appDelegate.ghostty.app,
|
||||
Unmanaged.passUnretained(self).toOpaque())
|
||||
|
||||
Reference in New Issue
Block a user