diff --git a/ts/src/browser.ts b/ts/src/browser.ts index 1cfd2ba..050df59 100644 --- a/ts/src/browser.ts +++ b/ts/src/browser.ts @@ -76,6 +76,8 @@ const EL_FLAGS: Partial> = { HScrollText: [ { key: "endless", label: "Endless" }, { key: "invertDirection", label: "Invert direction" }, + { key: "padBefore", label: "Pad Before" }, + { key: "padAfter", label: "Pad After" }, ], CurrentTime: [ { key: "clock12h", label: "12h mode", default: false },