From 0e3acd33a5186f57aed6b51a41b8a8fb1e4c6928 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Wed, 24 Jul 2024 17:06:13 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E9=BB=98=E8=AE=A4=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../application-overview/component/DisplaySettingDialog.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/views/application-overview/component/DisplaySettingDialog.vue b/ui/src/views/application-overview/component/DisplaySettingDialog.vue index a006ca52b..5ffac2bf0 100644 --- a/ui/src/views/application-overview/component/DisplaySettingDialog.vue +++ b/ui/src/views/application-overview/component/DisplaySettingDialog.vue @@ -114,9 +114,9 @@ const { const emit = defineEmits(['refresh']) const defaultSetting = { - show_source: true, + show_source: false, show_history: true, - draggable: false, + draggable: true, show_guide: true, avatar: '', float_icon: ''