add websockets

This commit is contained in:
2025-12-03 11:31:36 -06:00
parent 4d669317c4
commit 00ba06de53
8 changed files with 87 additions and 1 deletions

View File

@@ -193,7 +193,6 @@ func DownloadIcon(prompt string, outputPath string) (string, error) {
}
func FindNoneCollisionFileName(fileName, fileExt, path string) string {
filePath := filepath.Join(path, fileName+"."+fileExt)
for fileCount := 1; FileExists(filePath); fileCount += 1 {
log.Println("file exists: ", filePath)