Skip to content

Commit

Permalink
Merge pull request #66 from niri-la/anatawa12-patch-1
Browse files Browse the repository at this point in the history
fix: two reaction picker settings
  • Loading branch information
anatawa12 authored Oct 1, 2023
2 parents d2125cc + 5e50070 commit 2dd2b44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
- Enhance: モデレーションログ機能の強化
- Enhance: ローカリゼーションの更新

---

- Fix: "右クリックでツッコミピッカーを開くようにする"が2つある

### Server
- Fix: Redisに古いバージョンのキャッシュが残っている場合、キャッシュが消えるまでの間通知が届かなくなる問題を修正
- Fix: 後方互換性の修正
Expand Down
1 change: 0 additions & 1 deletion packages/frontend/src/pages/settings/general.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ SPDX-License-Identifier: AGPL-3.0-only
<MkSwitch v-model="loadRawImages">{{ i18n.ts.loadRawImages }}</MkSwitch>
<MkSwitch v-model="useReactionPickerForContextMenu">{{ i18n.ts.useReactionPickerForContextMenu }}</MkSwitch>
<MkSwitch v-model="collapseSensitiveChannel">{{ i18n.ts.collapseSensitiveChannel }}</MkSwitch>
<MkSwitch v-model="useReactionPickerForContextMenu">{{ i18n.ts.useReactionPickerForContextMenu }}</MkSwitch>
<MkRadios v-model="reactionsDisplaySize">
<template #label>{{ i18n.ts.reactionsDisplaySize }}</template>
<option value="small">{{ i18n.ts.small }}</option>
Expand Down

0 comments on commit 2dd2b44

Please sign in to comment.