From dd22532cdda55e2009987056688c0262fdd649ae Mon Sep 17 00:00:00 2001 From: fangxiang Date: Thu, 26 May 2022 18:01:18 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E8=8E=B7=E5=8F=96IP=E6=97=B6?= =?UTF-8?q?=EF=BC=8C=E4=B8=8D=E6=98=BE=E7=A4=BAip=E6=8E=A7=E4=BB=B6?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/SystemSettingDialog.vue | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/components/SystemSettingDialog.vue b/src/components/SystemSettingDialog.vue index ad29213..6ab2477 100644 --- a/src/components/SystemSettingDialog.vue +++ b/src/components/SystemSettingDialog.vue @@ -101,7 +101,7 @@ /> - + {{ $t("ip address") + ":" }} @@ -123,7 +123,7 @@ /> - + {{ $t("gateway") + ":" }} @@ -145,7 +145,7 @@ /> - + {{ $t("netmask") + ":" }} @@ -1188,8 +1188,7 @@ export default defineComponent({ support_resolutions.target_resolution.timing; } - mirroring_output.value = - config.device_hdmi_output_count == 2 ? true : false; + mirroring_output.value = config.device_hdmi_output_count == 2; }, 1); brightness.value = parseInt(config.graphics_brightness.toString());