fix comment

This commit is contained in:
Andrey Lushnikov
2024-12-31 09:55:15 +03:00
parent b99b2b7030
commit 9698fd2bbe

View File

@ -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.