Skip to content

Commit

Permalink
fix: a title change often means the content has change
Browse files Browse the repository at this point in the history
  • Loading branch information
louis.pontoise authored and lwouis committed Mar 10, 2020
1 parent 3cd4b6d commit b8d6bc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions alt-tab-macos/logic/Window.swift
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ private func eventWindowTitleChanged(_ app: App, _ element: AXUIElement) {
let newTitle = window.axUiElement.title(),
newTitle != window.title else { return }
window.title = newTitle
window.refreshThumbnail()
app.refreshOpenUi()
}

Expand Down

0 comments on commit b8d6bc9

Please sign in to comment.