Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 677 Bytes

README.md

File metadata and controls

27 lines (24 loc) · 677 Bytes

Renaming Buttons

button is an optional key used for customizing buttons in path pickers. It allows you to rename the button associated with the picker component.

Button

{
    "gui": {
        "window_name": "Button sample",
        "command": "echo %-% %-%",
        "components": [
            {
                "type": "file",
                "label": "Some file",
                "button": "..."
            },
            {
                "type": "folder",
                "label": "Some folder",
                "button": "Open"
            }
        ]
    }
}