DesktopEntry.noDisplay

NoDisplay means "this application exists, but don't display it in the menus".

  1. bool noDisplay()
    class DesktopEntry
    @nogc @safe
    bool
    noDisplay
    const nothrow pure
    (
    )
  2. bool noDisplay(bool notDisplay)

Return Value

Type: bool

The value associated with "NoDisplay" key converted to bool using inilike.common.isTrue.

Meta