macos: relable tabs when config is reloaded

This commit is contained in:
Mitchell Hashimoto
2023-09-28 08:36:02 -07:00
parent 0e4b91de88
commit 16f5af8b32

View File

@ -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()