Improved configuration file management with advanced features
- Added send2trash library for safer file deletion - Implemented folder and file moving functionality in ConfigSelectorWindow - Created FolderSelectorDialog for moving files to a folder - Improved file and folder renaming with improved error handling - Added emoji icons for better visual representation of actions - Updated requirements.txt to include send2trash library - Removed drag-and-drop support. Postponed for future
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
tftpy>=0.8.0
|
||||
pyserial>=3.5
|
||||
requests>=2.31.0
|
||||
packaging>=23.2
|
||||
packaging>=23.2
|
||||
send2trash>=1.8.0
|
||||
Reference in New Issue
Block a user