Rename screen title to Snapshots Browser
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user