Hide the proxy settings in the web build (#3037)

This commit is contained in:
absidue 2023-01-08 01:29:06 +01:00 committed by GitHub
parent fe85a17b4e
commit 75bf0377ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -8,8 +8,6 @@ import FtInput from '../ft-input/ft-input.vue'
import FtLoader from '../ft-loader/ft-loader.vue'
import FtFlexBox from '../ft-flex-box/ft-flex-box.vue'
// FIXME: Missing web logic branching
import { ipcRenderer } from 'electron'
import debounce from 'lodash.debounce'

View File

@ -17,8 +17,8 @@
<hr>
<data-settings />
<hr>
<proxy-settings />
<hr>
<proxy-settings v-if="usingElectron" />
<hr v-if="usingElectron">
<download-settings v-if="usingElectron" />
<hr v-if="usingElectron">
<parental-control-settings />