This commit is contained in:
Will McGugan
2022-12-13 08:48:39 +00:00
parent ed83f7c806
commit df041d002a

View File

@@ -107,7 +107,7 @@ The animation below shows that we can still change colours while the application
=== "Code"
```py hl_lines="40 41 42"
--8<-- "docs\blog\snippets\2022-12-07-responsive-app-background-task\nonblocking01.py"
--8<-- "docs/blog/snippets/2022-12-07-responsive-app-background-task/nonblocking01.py"
```
1. We create a label that tells the user that we are starting our time-consuming operation.