Small change to ActiveWindow
This commit is contained in:
parent
374d3681ce
commit
e04c4e1394
2 changed files with 8 additions and 13 deletions
|
|
@ -27,7 +27,7 @@ Row {
|
|||
}
|
||||
}
|
||||
|
||||
// Update text when window changes or title changes
|
||||
// Update text when window changes
|
||||
Connections {
|
||||
target: CompositorService
|
||||
function onActiveWindowChanged() {
|
||||
|
|
@ -38,15 +38,6 @@ Row {
|
|||
fullTitleTimer.restart()
|
||||
}
|
||||
}
|
||||
|
||||
function onWindowTitleChanged() {
|
||||
// Direct response to title changes
|
||||
if (CompositorService.focusedWindowIndex === lastWindowIndex) {
|
||||
// Same window, title changed - show full title briefly
|
||||
showingFullTitle = true
|
||||
fullTitleTimer.restart()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function getTitle() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue