From 9748a0298aa699758315fa9d7a2f1d276ad49fd9 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sat, 30 May 2026 23:11:41 -0700 Subject: [PATCH] Add icon to configuration files list border title. --- borgmatic/actions/browse/configuration_files_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/borgmatic/actions/browse/configuration_files_list.py b/borgmatic/actions/browse/configuration_files_list.py index fd723200..0c21748f 100644 --- a/borgmatic/actions/browse/configuration_files_list.py +++ b/borgmatic/actions/browse/configuration_files_list.py @@ -34,4 +34,4 @@ class Configuration_files_list(textual.widgets.OptionList): ), classes='panel', ) - self.border_title = 'configuration files' + self.border_title = '📄 configuration files'