From 460d2d8f296c49d1cb5e2376e4af75b0422f0e1b Mon Sep 17 00:00:00 2001 From: fangxiang Date: Sat, 28 May 2022 19:20:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=97=B6=E9=92=9F=E4=BF=A1?= =?UTF-8?q?=E5=8F=B7=E6=BA=90=E5=92=8C=E5=A4=A9=E6=B0=94=E4=BF=A1=E5=8F=B7?= =?UTF-8?q?=E6=BA=90=E6=97=A0=E6=B3=95=E8=AE=BE=E7=BD=AE=E8=BD=AE=E8=AF=A2?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Window.vue | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/components/Window.vue b/src/components/Window.vue index 19320c7..576ddf6 100644 --- a/src/components/Window.vue +++ b/src/components/Window.vue @@ -119,7 +119,7 @@ {{ $t("lower window") }} -
+
{ - return signal_source.value.window_type == "EwindowType::Clock"; - }); - watch( () => props.window, (n, o) => { @@ -348,7 +344,6 @@ export default defineComponent({ signal_source, flags, is_audo_player_window, - is_clock_window, calc_is_audio_player_window, onMouseDown(evt: MouseEvent) {