mirror of
https://github.com/paricafe/misskey.git
synced 2025-02-17 13:37:29 -06:00
Revert "changeDefaultEmoji when enableFallbackReactButton"
This reverts commit feefe6a079
.
This commit is contained in:
parent
511fb3a94c
commit
0c2296fdf2
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 v-if="enableFallbackReactButton" @click="changeDefaultEmoji">
|
||||
<MkButton @click="changeDefaultEmoji">
|
||||
<template #label>{{ i18n.ts.defaultReactionEmoji }}</template>
|
||||
<template #suffix>{{ defaultReactionEmoji }}</template>
|
||||
</MkButton>
|
||||
|
|
Loading…
Add table
Reference in a new issue