This commit is contained in:
Kovid Goyal
2024-10-29 05:32:07 +05:30
parent 8b7cd98a0e
commit 11b0522eb9

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