Static zng::config::settings::SETTINGS_CMD
source · pub static SETTINGS_CMD: Command
Expand description
Represents the open settings action.
Settings is an editor for a selection of app configs.
§Parameter
The parameter can be a Txt
that can match a ConfigKey
or config metadata
such as the display name or description.
§Metadata
This command has the following default metadata:
metadata | value |
---|---|
name | "Settings" |
shortcut | [shortcut!(CTRL+',')] |
icon | wgt_fn!(|_| ICONS.get("settings")) |
Text metadata is localized.