mirror of
https://github.com/helix-editor/helix
synced 2024-11-10 10:34:45 +01:00
parent
3205bc4132
commit
a0d6566140
@ -173,7 +173,7 @@ fn render_mode<'a>(context: &RenderContext) -> Spans<'a> {
|
||||
" ".into()
|
||||
};
|
||||
let modename = format!(" {} ", modename);
|
||||
if config.color_modes {
|
||||
if visible && config.color_modes {
|
||||
Span::styled(
|
||||
modename,
|
||||
match context.editor.mode() {
|
||||
|
Loading…
Reference in New Issue
Block a user