diff --git a/src/renderer/index.ts b/src/renderer/index.ts index a69f13a..6e8591c 100644 --- a/src/renderer/index.ts +++ b/src/renderer/index.ts @@ -58,6 +58,9 @@ async function onSettingWindowCreated(view: Element) { '
', 'config-ob11-wsHosts', config.ob11.enableWsReverse ), + SettingItem('Access token', null + `
`, + ), SettingItem( 'ffmpeg 路径', `${!isEmpty(config.ffmpeg) ? config.ffmpeg : '未指定'}`, SettingButton('选择', 'config-ffmpeg-select'),