refactoring
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Simon Vieille 2022-08-31 08:54:32 +02:00
parent 8367740348
commit 251a5a11e3
Signed by: deblan
GPG Key ID: 579388D585F70417
1 changed files with 1 additions and 2 deletions

View File

@ -143,6 +143,7 @@ func main() {
size := (len(title) + 4) * 6
maxX := minX + size
isClicked := (x > minX && x < maxX)
minX = maxX
if app.Urgent {
foreground = "#ffffff"
@ -164,8 +165,6 @@ func main() {
}
options.FullText = fmt.Sprintf("%s%s", options.FullText, r.TextWithPadding(title, fb))
minX = maxX
}
block := r.Block("workspace_apps", options)