Rename maximize notification and refine handler

This commit is contained in:
Aaron Ruan
2025-04-28 10:20:29 +08:00
parent 1ec3e331de
commit 13f776d483
3 changed files with 11 additions and 9 deletions

View File

@@ -259,7 +259,7 @@ extension Notification.Name {
static let ghosttyCommandPaletteDidToggle = Notification.Name("com.mitchellh.ghostty.commandPaletteDidToggle")
/// Toggle maximize of current window
static let ghosttyToggleMaximize = Notification.Name("com.mitchellh.ghostty.toggleMaximize")
static let ghosttyMaximizeDidToggle = Notification.Name("com.mitchellh.ghostty.maximizeDidToggle")
}
// NOTE: I am moving all of these to Notification.Name extensions over time. This