Skip to content

Commit 3035971

Browse files
committed
update readme
1 parent f620dbe commit 3035971

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,6 @@ The process is initiator-driven, requiring the receiver to be ready before the s
9999
4. Click **"Scan Network"** and wait for the receiver's name to appear.
100100
5. Select the **Receiver's name** from the list to begin the transfer.
101101

102-
### File Locations
103-
104-
| Platform | Default Save Location |
105-
| :--- | :--- |
106-
| **Desktop** | A newly created `received_files` folder in the application's root directory. |
107-
| **Android** | The system's standard **Downloads** folder. |
108102

109103
---
110104

seamless.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -260,10 +260,6 @@ def handle_incoming_file(self, client_socket):
260260

261261
self.log_box.insert("end", f"Start: {filename} ({filesize/1024/1024:.2f} MB)\n")
262262
self.progress_bar.set(0)
263-
264-
# --- MODIFIED SECTION: Get Downloads Folder ---
265-
# Path.home() gets user directory (e.g. C:\Users\Bob or /home/bob)
266-
# / "Downloads" appends the folder name safely for any OS
267263
downloads_path = Path.home() / "Downloads"
268264

269265
# Create the path if it somehow doesn't exist

0 commit comments

Comments
 (0)