diff --git a/macos/Sources/AppDelegate.swift b/macos/Sources/AppDelegate.swift index 2b0c10f5a..793ea4b95 100644 --- a/macos/Sources/AppDelegate.swift +++ b/macos/Sources/AppDelegate.swift @@ -194,8 +194,9 @@ class AppDelegate: NSObject, ObservableObject, NSApplicationDelegate, GhosttyApp //MARK: - GhosttyAppStateDelegate func configDidReload(_ state: Ghostty.AppState) { - // Config could change keybindings, so update our menu + // Config could change keybindings, so update everything that depends on that syncMenuShortcuts() + windowManager.relabelTabs() // Config could change window appearance syncAppearance()