summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkNoteSub.vue
diff options
context:
space:
mode:
authorHellhoundSoftware <keith@keithhacks.cyou>2025-01-15 14:38:34 -0500
committerHellhoundSoftware <keith@keithhacks.cyou>2025-01-15 14:38:34 -0500
commit2c90eebe869d56f6c6e948d96e4565c8c6761a45 (patch)
tree116026f5af84d8a394b10736cd5bb8cedeac86cb /packages/frontend/src/components/MkNoteSub.vue
parentOpen boost visibility menu on shift-click (diff)
downloadsharkey-2c90eebe869d56f6c6e948d96e4565c8c6761a45.tar.gz
sharkey-2c90eebe869d56f6c6e948d96e4565c8c6761a45.tar.bz2
sharkey-2c90eebe869d56f6c6e948d96e4565c8c6761a45.zip
Add tooltip for shift-boost
Diffstat (limited to 'packages/frontend/src/components/MkNoteSub.vue')
-rw-r--r--packages/frontend/src/components/MkNoteSub.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/frontend/src/components/MkNoteSub.vue b/packages/frontend/src/components/MkNoteSub.vue
index f9e54f70aa..c84d80475f 100644
--- a/packages/frontend/src/components/MkNoteSub.vue
+++ b/packages/frontend/src/components/MkNoteSub.vue
@@ -28,6 +28,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<button
v-if="canRenote"
ref="renoteButton"
+ v-tooltip="renoted ? i18n.ts.unrenote : (!defaultStore.state.showVisibilitySelectorOnBoost ? i18n.ts.renoteShift : i18n.ts.renote)"
class="_button"
:class="$style.noteFooterButton"
:style="renoted ? 'color: var(--MI_THEME-accent) !important;' : ''"