From eefe33a6bfc1e81fe1df57f362da34f1fbd0fd4c Mon Sep 17 00:00:00 2001 From: Lasan Mahaliyana <78136120+kidfromjupiter@users.noreply.github.com> Date: Mon, 20 Apr 2026 09:16:00 +0530 Subject: [PATCH] Update README with file overwrite handling note Added a note about file handling when receiving files. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c7a8dfbe..ef6bbce9 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,7 @@ Check the [wiki](https://github.com/kidfromjupiter/nearby/wiki/Development-Envir - Documentation basically everything ( honestly this would be a massive project in itself ) - Resolving random crashes of quick share application - Support for fast initiation +- When receiving, if file already exists, does not overwrite currently. Decide what to do then ## Apologies I may have done things in *incredibly* stupid and overcomplicated ways. It doesn't certainly help that this was the way I decided to learn C++. Blessed be my naive soul. I also do not have much experience working with such