allow to choose qr reader for images

This commit is contained in:
scito
2022-12-31 15:41:37 +01:00
parent 2dea161cdc
commit 1f04dd71e2
12 changed files with 112 additions and 29 deletions

View File

@@ -1,7 +1,7 @@
{
"recommendations": [
"ms-python.python",
"mms-python.isort",
"ms-python.isort",
"tamasfe.even-better-toml",
]
}

1
.vscode/launch.json vendored
View File

@@ -32,7 +32,6 @@
"request": "launch",
"program": "src/extract_otp_secrets.py",
"args": [
"--qr", "CV2"
],
"console": "integratedTerminal"
},