mirror of https://github.com/morpheus65535/bazarr
no log: additional fixes
This commit is contained in:
parent
faa4dfb77c
commit
ebd0b21c6d
|
@ -67,8 +67,6 @@ database.execute(
|
|||
# Load languages in database
|
||||
load_language_in_db()
|
||||
|
||||
login_auth = settings.auth.type
|
||||
|
||||
update_notifier()
|
||||
|
||||
if not args.no_signalr:
|
||||
|
|
|
@ -70,9 +70,6 @@ const SettingsGeneralView: FunctionComponent = () => {
|
|||
options={securityOptions}
|
||||
placeholder="No Authentication"
|
||||
settingKey="settings-auth-type"
|
||||
settingOptions={{
|
||||
onSubmit: (v) => (v === null ? "None" : v),
|
||||
}}
|
||||
></Selector>
|
||||
<CollapseBox settingKey="settings-auth-type">
|
||||
<Text label="Username" settingKey="settings-auth-username"></Text>
|
||||
|
@ -138,9 +135,6 @@ const SettingsGeneralView: FunctionComponent = () => {
|
|||
settingKey="settings-proxy-type"
|
||||
placeholder="No Proxy"
|
||||
options={proxyOptions}
|
||||
settingOptions={{
|
||||
onSubmit: (v) => (v === null ? "None" : v),
|
||||
}}
|
||||
></Selector>
|
||||
<CollapseBox
|
||||
settingKey="settings-proxy-type"
|
||||
|
|
Loading…
Reference in New Issue