git_ui: Clean up the commit view UI (#44162)

This commit is contained in:
Danilo Leal
2025-12-04 13:44:48 -03:00
committed by GitHub
parent 93bc6616c6
commit c357dc25fc
3 changed files with 132 additions and 100 deletions
+5
View File
@@ -20090,6 +20090,11 @@ impl Editor {
self.show_indent_guides
}
pub fn disable_indent_guides(&mut self) -> Option<bool> {
self.show_indent_guides = Some(false);
self.show_indent_guides
}
pub fn toggle_line_numbers(
&mut self,
_: &ToggleLineNumbers,