diff --git a/src/components/rightBox/MsgInput.vue b/src/components/rightBox/MsgInput.vue index 3edf9b8..a3c2e83 100644 --- a/src/components/rightBox/MsgInput.vue +++ b/src/components/rightBox/MsgInput.vue @@ -119,7 +119,7 @@ import Mitt from '@/utils/Bus.ts' import { CacheUserItem, MockItem } from '@/services/types.ts' import { emit, listen } from '@tauri-apps/api/event' import { useSettingStore } from '@/stores/setting.ts' -import { sendOptions } from '@/views/homeWindow/more/settings/config.ts' +import { sendOptions } from '@/views/moreWindow/settings/config.ts' import { useMsgInput } from '@/hooks/useMsgInput.ts' import { useCommon } from '@/hooks/useCommon.ts' import { onKeyStroke } from '@vueuse/core' diff --git a/src/components/windows/ActionBar.vue b/src/components/windows/ActionBar.vue index 8826f8c..80ae053 100644 --- a/src/components/windows/ActionBar.vue +++ b/src/components/windows/ActionBar.vue @@ -4,6 +4,10 @@ data-tauri-drag-region :class="osType === 'windows' ? 'flex justify-end select-none' : 'h-24px select-none w-full'"> -