Skip to content

Latest commit

 

History

History

title_button

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Title and Button

You can rename the window title and the execution button.

title

{
    "gui": {
        "window_name": "Title here!",
        "command": "echo Hello!",
        "button": "Hello!",
        "components": []
    }
}
  • window_name is an optional key to rename the window title.
  • button is an optional key to rename the execution button.