spieglt / FlyingCarpet

Cross-platform AirDrop. File transfer between Android, iOS, Linux, macOS, and Windows over ad hoc WiFi. No network infrastructure required, just two devices with WiFi chips in close range.
GNU General Public License v3.0
3.6k stars 145 forks source link

Stop blanking path box #19

Closed tutacat closed 3 years ago

tutacat commented 3 years ago

Now the path box is not reset when you click a radio button, or when you click cancel on a selection dialog

spieglt commented 3 years ago

This doesn't compile, and if you switch mode, the contents of the box will necessarily need to change: if sending, you need to select a file, and if receiving, you need a folder.

tutacat commented 3 years ago

No, when you click on the same radio button, that is already selected, it will also delete the contents.

spieglt commented 3 years ago

@tutacat that's a good point thanks, I will fix that