Property UseNerdIcons
- Namespace
- Terminal.Gui.FileServices
- Assembly
- Terminal.Gui.dll
UseNerdIcons
Gets or sets a flag indicating whether to use Nerd Font icons. Defaults to Terminal.Gui.Text.NerdFonts.Enable
which can be configured by end users from their ./.tui/config.json
via
ConfigurationManager.
public bool UseNerdIcons { get; set; }