Remove invalid default option from language list (#1919)

This commit is contained in:
Lemmus.org 2023-07-12 07:04:16 -07:00 committed by GitHub
parent 5d4edf555e
commit 021677316d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -596,9 +596,6 @@ export class Settings extends Component<any, SettingsState> {
<option value="browser">
{I18NextService.i18n.t("browser_default")}
</option>
<option value="browser-compact">
{I18NextService.i18n.t("browser_default_compact")}
</option>
<option disabled aria-hidden="true">
</option>