fix: version display (#458)

Fixes #457
This commit is contained in:
lollipopkit🏳️‍⚧️
2024-07-10 15:12:05 +08:00
committed by GitHub
parent 14771ae946
commit f7d6c461dc
5 changed files with 12 additions and 16 deletions

4
.vscode/launch.json vendored
View File

@@ -8,6 +8,10 @@
"name": "debug",
"request": "launch",
"type": "dart",
"env": {
// Comment this line to use the default display
"DISPLAY": ":1"
}
// "args": [
// "-v"
// ]