lint: apply pretty import

This commit is contained in:
pa
2025-10-15 09:08:38 +09:00
committed by Natsumi
parent bed76e0ad8
commit afbb6dfa47
203 changed files with 3502 additions and 1441 deletions

View File

@@ -42,9 +42,7 @@
saveOpenVROption();
" />
<div class="options-container-item" style="min-width: 118px">
<span class="name">{{
t('view.settings.wrist_overlay.steamvr_wrist_overlay.start_overlay_with')
}}</span>
<span class="name">{{ t('view.settings.wrist_overlay.steamvr_wrist_overlay.start_overlay_with') }}</span>
<el-radio-group
:model-value="openVRAlways"
:disabled="!openVR"
@@ -74,9 +72,7 @@
</el-radio-group>
</div>
<div class="options-container-item">
<span class="name">{{
t('view.settings.wrist_overlay.steamvr_wrist_overlay.display_overlay_on')
}}</span>
<span class="name">{{ t('view.settings.wrist_overlay.steamvr_wrist_overlay.display_overlay_on') }}</span>
<el-radio-group
:model-value="overlayHand"
size="small"
@@ -147,14 +143,12 @@
</template>
<script setup>
import { Files } from '@element-plus/icons-vue';
import { storeToRefs } from 'pinia';
import { useI18n } from 'vue-i18n';
import { Files } from '@element-plus/icons-vue';
import {
useNotificationsSettingsStore,
useWristOverlaySettingsStore,
useVrStore
} from '../../../stores';
import { useNotificationsSettingsStore, useVrStore, useWristOverlaySettingsStore } from '../../../stores';
import SimpleSwitch from './SimpleSwitch.vue';
const emit = defineEmits(['open-feed-filters']);
@@ -179,9 +173,7 @@
pcUptimeOnFeed
} = storeToRefs(wristOverlaySettingsStore);
const {
setOpenVR
} = notificationsSettingsStore;
const { setOpenVR } = notificationsSettingsStore;
const {
setOverlayWrist,