Name session checkpoints by their session title
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
@@ -552,8 +552,7 @@ impl App {
|
||||
false
|
||||
}
|
||||
|
||||
#[cfg(target_os = "macos")]
|
||||
fn session_title(&self, session_id: i32) -> Option<String> {
|
||||
pub(super) fn session_title(&self, session_id: i32) -> Option<String> {
|
||||
self.projects
|
||||
.iter()
|
||||
.flat_map(|project| &project.sessions)
|
||||
|
||||
Reference in New Issue
Block a user