Skip to content
On this page

Secret Menu Combination

Parent: dbdError

An Array of keycodes inside of strings which are the combination to view error information.

Example Usage

js
theme: SoftUI({
    error: {
        dbdError: {
            secretMenuCombination: ["69", "82", "82", "79", "82"]
        }
    }
})

Types

Released under the MIT License.