mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
nix: fix typos
This commit is contained in:
@ -745,7 +745,7 @@ extension Ghostty {
|
||||
guard let surface = target.target.surface else { return }
|
||||
guard let surfaceView = self.surfaceView(from: surface) else { return }
|
||||
guard let mode = FullscreenMode.from(ghostty: raw) else {
|
||||
Ghostty.logger.warning("unknow fullscreen mode raw=\(raw.rawValue)")
|
||||
Ghostty.logger.warning("unknown fullscreen mode raw=\(raw.rawValue)")
|
||||
return
|
||||
}
|
||||
NotificationCenter.default.post(
|
||||
|
@ -49,6 +49,8 @@ grey = "gray"
|
||||
greyscale = "grayscale"
|
||||
DECID = "DECID"
|
||||
flate = "flate"
|
||||
typ = "typ"
|
||||
kend = "kend"
|
||||
|
||||
[type.po]
|
||||
extend-glob = ["*.po"]
|
||||
|
Reference in New Issue
Block a user