From ef3cfd4e6a8263c548acd6209e282720dc540c4f Mon Sep 17 00:00:00 2001 From: Sergios - Anestis Kefalidis <sergioskefalidis@gmail.com> Date: Wed, 18 May 2022 18:25:08 +0300 Subject: [PATCH] Show the `Location` column in `recent:\\`. --- thunar/thunar-window.c | 1 + 1 file changed, 1 insertion(+) diff --git a/thunar/thunar-window.c b/thunar/thunar-window.c index 4a369cc11..8f61238db 100644 --- a/thunar/thunar-window.c +++ b/thunar/thunar-window.c @@ -4871,6 +4871,7 @@ thunar_window_set_current_directory (ThunarWindow *window, return; thunar_details_view_set_date_deleted_column_visible (THUNAR_DETAILS_VIEW (window->view), is_trash); thunar_details_view_set_recency_column_visible (THUNAR_DETAILS_VIEW (window->view), is_recent); + thunar_details_view_set_location_column_visible (THUNAR_DETAILS_VIEW (window->view), is_recent); } -- GitLab