Config
2 posts tagged with "Config"
set-app-title
The set-app-title action sets the app title string. It belongs to the config category within the system area.
Action Syntax
set-app-title "text"
A quoted text string
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
set-app-title "title"
Action code: 1429506865
Version: 0.6.4-1
Last updated: 2025-06-13
set-debug-ui
The set-debug-ui action sets UI debug mode. It belongs to the config category within the system area.
Action Syntax
set-debug-ui true|false
A boolean value (true or false)
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
set-debug-ui true
Action code: 45388124
Version: 0.6.4-1
Last updated: 2025-06-13