Skip to content

desktopManager.js: Don't allow to delete special files

Rastersoft requested to merge avoid_deleting_special_files into master

Until now, pressing Delete with the Trash or the personal folder would try to delete them. Also selecting several files than include them and using delete, cut or copy.

This patch avoids this, thus ensuring that the Trash or the personal folder can't be deleted.

Fixes #65 (closed)

Edited by Rastersoft

Merge request reports