Add "kcefEnabled" server setting
This commit is contained in:
@@ -653,6 +653,22 @@ export const ServerSettings = () => {
|
||||
/>
|
||||
</ListItem>
|
||||
</List>
|
||||
<List
|
||||
subheader={
|
||||
<ListSubheader component="div" id="server-settings-webview">
|
||||
{t`WebView`}
|
||||
</ListSubheader>
|
||||
}
|
||||
>
|
||||
<ListItem>
|
||||
<ListItemText primary={t`WebView`} secondary={t`Enable the WebView via CEF (Chromium)`} />
|
||||
<Switch
|
||||
edge="end"
|
||||
checked={serverSettings.kcefEnabled}
|
||||
onChange={(e) => updateSetting('kcefEnabled', e.target.checked)}
|
||||
/>
|
||||
</ListItem>
|
||||
</List>
|
||||
<List
|
||||
subheader={
|
||||
<ListSubheader component="div" id="server-settings-misc">
|
||||
|
||||
Reference in New Issue
Block a user