mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 19:00:22 +08:00
add: enable dokodemo-door inbound on all platforms
This commit is contained in:
parent
8e07aaa159
commit
a80509a548
@ -127,11 +127,7 @@ PreferencesWindow::PreferencesWindow(QWidget *parent) : QvDialog(parent), Curren
|
||||
tproxyEnableUDP->setChecked(CurrentConfig.inboundConfig.tProxySettings.hasUDP);
|
||||
tproxyMode->setCurrentText(CurrentConfig.inboundConfig.tProxySettings.mode);
|
||||
outboundMark->setValue(CurrentConfig.outboundConfig.mark);
|
||||
#ifndef Q_OS_LINUX
|
||||
tproxGroupBox->setChecked(false);
|
||||
tproxGroupBox->setEnabled(false);
|
||||
tproxGroupBox->setToolTip(tr("tProxy is not supported on macOS and Windows"));
|
||||
#endif
|
||||
//
|
||||
dnsIntercept->setChecked(CurrentConfig.defaultRouteConfig.connectionConfig.dnsIntercept);
|
||||
DnsFreedomCb->setChecked(CurrentConfig.defaultRouteConfig.connectionConfig.v2rayFreedomDNS);
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user