Files
ghostty/macos/Sources/Features/Custom App Icon/Extensions/Notification+AppIcon.swift
2026-02-24 08:58:15 +01:00

6 lines
142 B
Swift

import AppKit
extension Notification.Name {
static let ghosttyIconDidChange = Notification.Name("com.mitchellh.ghostty.iconDidChange")
}