if the file being received already exists locally, it will be renamed

This commit is contained in:
2026-02-07 19:39:14 +08:00
parent e76ada9b4b
commit e76bcd709c
13 changed files with 114 additions and 90 deletions

5
.vscode/launch.json vendored
View File

@@ -10,10 +10,7 @@
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}",
"args": [
"-tags",
"gtk4"
],
"buildFlags": "-tags=gtk4",
"preLaunchTask": "build frontend"
}
]