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: ''