Add debug logs to ArchUpdater

This commit is contained in:
Ly-sec 2025-08-31 15:28:54 +02:00
parent ff0c83a04c
commit 7a2fa4a773
4 changed files with 31 additions and 10 deletions

View file

@ -19,7 +19,6 @@ Row {
spacing: Style.marginS * scaling
visible: getTitle() !== ""
function getTitle() {
// Use the service's focusedWindowTitle property which is updated immediately
// when WindowOpenedOrChanged events are received
@ -89,8 +88,7 @@ Row {
width: {
if (mouseArea.containsMouse) {
return Math.round(Math.min(fullTitleMetrics.contentWidth, root.maxWidth * scaling))
}
else {
} else {
return Math.round(Math.min(fullTitleMetrics.contentWidth, root.minWidth * scaling))
}
}