summaryrefslogtreecommitdiff
path: root/src/client/pages
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2021-02-20 16:16:19 +0900
committersyuilo <syuilotan@yahoo.co.jp>2021-02-20 16:16:19 +0900
commit8668bc2609e82f64984b8a347a207668e3e4765b (patch)
treea41740a124774c58e96dfe3445bb46d1665ca8be /src/client/pages
parentImprove widget performance (diff)
downloadmisskey-8668bc2609e82f64984b8a347a207668e3e4765b.tar.gz
misskey-8668bc2609e82f64984b8a347a207668e3e4765b.tar.bz2
misskey-8668bc2609e82f64984b8a347a207668e3e4765b.zip
右クリックでリアクションピッカーを開くオプション
Diffstat (limited to 'src/client/pages')
-rw-r--r--src/client/pages/settings/general.vue2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/pages/settings/general.vue b/src/client/pages/settings/general.vue
index 0e741d474c..90ff3e2c20 100644
--- a/src/client/pages/settings/general.vue
+++ b/src/client/pages/settings/general.vue
@@ -19,6 +19,7 @@
<template #label>{{ $ts.behavior }}</template>
<FormSwitch v-model:value="imageNewTab">{{ $ts.openImageInNewTab }}</FormSwitch>
<FormSwitch v-model:value="enableInfiniteScroll">{{ $ts.enableInfiniteScroll }}</FormSwitch>
+ <FormSwitch v-model:value="useReactionPickerForContextMenu">{{ $ts.useReactionPickerForContextMenu }}</FormSwitch>
<FormSwitch v-model:value="disablePagesScript">{{ $ts.disablePagesScript }}</FormSwitch>
</FormGroup>
@@ -144,6 +145,7 @@ export default defineComponent({
chatOpenBehavior: ColdDeviceStorage.makeGetterSetter('chatOpenBehavior'),
instanceTicker: defaultStore.makeGetterSetter('instanceTicker'),
enableInfiniteScroll: defaultStore.makeGetterSetter('enableInfiniteScroll'),
+ useReactionPickerForContextMenu: defaultStore.makeGetterSetter('useReactionPickerForContextMenu'),
},
watch: {