From 9698fd2bbeb21ac43c27d9a7cee1469f1f6369c3 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Tue, 31 Dec 2024 09:55:15 +0300 Subject: [PATCH] fix comment --- macos/Sources/Ghostty/SurfaceView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macos/Sources/Ghostty/SurfaceView.swift b/macos/Sources/Ghostty/SurfaceView.swift index 04f6f66a3..65c026c9b 100644 --- a/macos/Sources/Ghostty/SurfaceView.swift +++ b/macos/Sources/Ghostty/SurfaceView.swift @@ -49,7 +49,7 @@ extension Ghostty { // Maintain whether our window has focus (is key) or not @State private var windowFocus: Bool = true - // Maintain whether our window is fullscreen or not + // Top padding for macOS notch in non-native fullscreen mode. @State private var paddingTop: CGFloat = 0 // True if we're hovering over the left URL view, so we can show it on the right.