This commit is contained in:
Kovid Goyal 2024-10-29 05:32:07 +05:30
parent 8b7cd98a0e
commit 11b0522eb9
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -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"
}