Skip to content

Commit

Permalink
file: default to not being able to trash
Browse files Browse the repository at this point in the history
  • Loading branch information
leigh123linux committed Mar 13, 2024
1 parent ae1a575 commit 4466f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libnemo-private/nemo-file.c
Original file line number Diff line number Diff line change
Expand Up @@ -2396,8 +2396,8 @@ update_info_internal (NemoFile *file,
can_write = TRUE;
can_execute = TRUE;
can_delete = TRUE;
can_trash = TRUE;
can_rename = TRUE;
can_trash = FALSE;
can_mount = FALSE;
can_unmount = FALSE;
can_eject = FALSE;
Expand Down

0 comments on commit 4466f15

Please sign in to comment.