Refactor code structure for improved readability and maintainability

This commit is contained in:
sha
2026-01-03 20:47:17 +00:00
parent faeda55dca
commit 3902dae435
5 changed files with 5 additions and 10 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ class RenamerApp(App):
"Select a file to view details", id="details_technical", markup=True
)
yield Static(
"", id="details_catalog", markup=True
"", id="details_catalog", markup=False
)
yield Static("", id="proposed", markup=True)
yield Footer()