SETTINGS_CMD

Static 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:

metadatavalue
name "Settings"
shortcut [shortcut!(CTRL + ',')]
icon wgt_fn!(|_| ICONS.get("settings"))

Text metadata is localized.