This commit is contained in:
alice pellerin
2026-03-18 17:30:43 -05:00
parent 7695d23984
commit 0a98df9000
6 changed files with 74 additions and 19 deletions
+3 -3
View File
@@ -401,10 +401,10 @@ mod status_line {
}
fn modified_indicator(&self) -> Span<'static> {
if self.edit_history.is_empty() {
"".into()
} else {
if self.has_unsaved_changes() {
" [+]".into()
} else {
"".into()
}
}
}