Working-folder-Anzeige im ⚙︎-Dialog: Projektordner zuerst (fest), dann Zusatzordner mit Entfernen; Label oben ausgerichtet; Projektpfade überall ~-kontrahiert

This commit is contained in:
marcus.hinz
2026-07-05 15:33:47 +02:00
parent 0908385a9d
commit 2075f9aa71
3 changed files with 17 additions and 2 deletions
+1 -1
View File
@@ -375,7 +375,7 @@ fn list_projects_in(paths: &Paths) -> Result<Vec<Project>, String> {
let cfg = read_project_config_in(paths, &name)?;
projects.push(Project {
running: is_running(&name),
path: dir.to_string_lossy().into_owned(),
path: contract_home(paths, &dir),
pool: cfg.pool,
terminal: cfg.terminal,
name,