Skip to content
On this page

Disable SecretMenu

Parent: dbdError

A Boolean which disables the secret keybind to view error information.

Example Usage

js
theme: SoftUI({
    error: {
        dbdError: {
            disableSecretMenu: false
        }
    }
})

Types

Released under the MIT License.