mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-03 22:25:57 +00:00
Fix #8001
This commit is contained in:
parent
8b7cd98a0e
commit
11b0522eb9
1 changed files with 1 additions and 1 deletions
|
|
@ -107,6 +107,6 @@ fonts.conf, allowing kitty.conf to remain unchanged.`,
|
|||
})
|
||||
|
||||
clone := root.AddClone(ans.Group, ans)
|
||||
clone.Hidden = false
|
||||
clone.Hidden = true
|
||||
clone.Name = "choose_fonts"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue