Static zng::window::cmd::RESTORE_CMD
source · pub static RESTORE_CMD: Command
Expand description
Represents the window restore action.
Restores the window to its previous non-minimized state or normal state.
§Metadata
This command has the following default metadata:
metadata | value |
---|---|
name | "Restore" |
info | "Restores the window to its previous non-minimized state or normal state" |
icon | wgt_fn!(|_| ICONS.get(["window-restore"])) |
Text metadata is localized.