Skip to content

Added the option to sort by `Date Deleted` in the right-click context menu when the current directory is the Trash bin.

This is a follow-up to #123 (closed). Added the option to sort by Date Deleted in the right-click context menu when the current directory is the Trash bin. Because there is neither a way to get the current directory from the StandardView nor a way to get the context menu from the ThunarWindow (the context menu is constructed and destroyed each time the right click happens) I added a gboolean in the StandardView struct (or should I say class in this case?) that controls whether to draw the new option.

Edited by Sergios - Anestis Kefalidis

Merge request reports