howl icon indicating copy to clipboard operation
howl copied to clipboard

Font size not applied to the console

Open hharrys opened this issue 2 years ago • 0 comments

Font size is only applied to the current file, not the command console. If if zoom in manually then the font size is also applied to the console.

Here is my config.lua created with save-config:

do local _={
  [""]={
    font_size={
      default=14
    }
  }
}
return _
end

hharrys avatar Feb 14 '22 10:02 hharrys