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());