Rename screen title to Snapshots Browser

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
shuki
2026-03-06 05:14:16 +02:00
parent 011a2cee8c
commit d32f98a8c1

View File

@@ -20,7 +20,7 @@ class SnapshotsScreen(Screen):
targets = list_conf_dir("targets.d") targets = list_conf_dir("targets.d")
remotes = list_conf_dir("remotes.d") remotes = list_conf_dir("remotes.d")
with Vertical(id="snapshots-screen"): with Vertical(id="snapshots-screen"):
yield Static("Snapshots", id="screen-title") yield Static("Snapshots Browser", id="screen-title")
if not targets or not remotes: if not targets or not remotes:
yield Static("Targets and remotes must be configured to browse snapshots.") yield Static("Targets and remotes must be configured to browse snapshots.")
else: else: