Skip to content

Commit

Permalink
Removing keyboard host add-on functionality from the web config (#415)
Browse files Browse the repository at this point in the history
Removing keyboard host add-on functionality from the web config. We'll revisit for 0.7.4
  • Loading branch information
arntsonl authored Jul 19, 2023
1 parent 5b6e1ae commit 92a0a26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions www/src/Pages/AddonsConfigPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1936,6 +1936,7 @@ export default function AddonsConfigPage() {
onChange={(e) => { handleCheckbox("FocusModeAddonEnabled", values); handleChange(e);}}
/>
</Section>
{/*
<Section title={t('AddonsConfig:keyboard-host-header-text')}>
<div
id="KeyboardHostAddonOptions"
Expand Down Expand Up @@ -1980,6 +1981,7 @@ export default function AddonsConfigPage() {
onChange={(e) => { handleCheckbox("KeyboardHostAddonEnabled", values); handleChange(e);}}
/>
</Section>
*/}
<div className="mt-3">
<Button type="submit" id="save">{t('Common:button-save-label')}</Button>
{saveMessage ? <span className="alert">{saveMessage}</span> : null}
Expand Down

0 comments on commit 92a0a26

Please sign in to comment.