mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-24 07:06:44 -06:00
changeDefaultEmoji when enableFallbackReactButton
This commit is contained in:
parent
596363e9ed
commit
feefe6a079
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
<MkSwitch v-model="showDetailTimeWhenHover">{{ i18n.ts.showDetailTimeWhenHover }}</MkSwitch>
|
||||
<MkSwitch v-model="noteClickToOpen">{{ i18n.ts.noteClickToOpen }}</MkSwitch>
|
||||
<MkSwitch v-model="enableFallbackReactButton">{{ i18n.ts.enableFallbackReactButton }}</MkSwitch>
|
||||
<MkButton @click="changeDefaultEmoji">
|
||||
<MkButton v-if="enableFallbackReactButton" @click="changeDefaultEmoji">
|
||||
<template #label>{{ i18n.ts.defaultReactionEmoji }}</template>
|
||||
<template #suffix>{{ defaultReactionEmoji }}</template>
|
||||
</MkButton>
|
||||
|
|
Loading…
Reference in a new issue