mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-14 11:35:48 +00:00
6 lines
142 B
Swift
6 lines
142 B
Swift
import AppKit
|
|
|
|
extension Notification.Name {
|
|
static let ghosttyIconDidChange = Notification.Name("com.mitchellh.ghostty.iconDidChange")
|
|
}
|