Refresh_badges added to QtDriver, and favorite and archived badges checks selection.

This commit is contained in:
DrRetro
2024-04-25 20:51:12 -04:00
parent 2a46251831
commit 201a63e273
2 changed files with 38 additions and 11 deletions

4
.vscode/launch.json vendored
View File

@@ -6,12 +6,12 @@
"configurations": [
{
"name": "TagStudio",
"type": "debugpy",
"type": "python",
"request": "launch",
"program": "${workspaceRoot}/tagstudio/tag_studio.py",
"console": "integratedTerminal",
"justMyCode": true,
"args": ["--debug"]
"args": []
}
]
}