enhance(frontend): 中クリックでPullToRefreshするように

Close #15931
This commit is contained in:
syuilo 2025-05-04 11:04:51 +09:00
parent 3eaa05a5d9
commit 5aeedf59ff
4 changed files with 35 additions and 30 deletions

View file

@ -475,6 +475,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<MkPreferenceContainer k="enablePullToRefresh">
<MkSwitch v-model="enablePullToRefresh">
<template #label><SearchLabel>{{ i18n.ts._settings.enablePullToRefresh }}</SearchLabel></template>
<template #caption><SearchKeyword>{{ i18n.ts._settings.enablePullToRefresh_description }}</SearchKeyword></template>
</MkSwitch>
</MkPreferenceContainer>
</SearchMarker>