diff options
| author | Fuwn <[email protected]> | 2026-01-30 08:47:29 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-01-30 08:47:29 +0000 |
| commit | 75fa492c7268b02ef3586d97c40121c791f60f7f (patch) | |
| tree | d46a2c05f53ecbc986a971c3504b40f8cc16a8d3 /internal/app/update.go | |
| parent | feat(claude:session): Support orphaned sessions (diff) | |
| download | faustus-75fa492c7268b02ef3586d97c40121c791f60f7f.tar.xz faustus-75fa492c7268b02ef3586d97c40121c791f60f7f.zip | |
fix: improve orphaned session handling
Diffstat (limited to 'internal/app/update.go')
| -rw-r--r-- | internal/app/update.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/app/update.go b/internal/app/update.go index b50fe82..7e8409e 100644 --- a/internal/app/update.go +++ b/internal/app/update.go @@ -404,7 +404,6 @@ func (m Model) executeConfirmedAction() (tea.Model, tea.Cmd) { if deleteError := claude.MoveToTrash(session); deleteError != nil { m.setMessage(fmt.Sprintf("Error: %v", deleteError)) } else { - m.setMessage("Moved to Bin") m.reloadSessions() } } |