diff options
| author | HellhoundSoftware <keith@keithhacks.cyou> | 2025-01-15 14:38:34 -0500 |
|---|---|---|
| committer | HellhoundSoftware <keith@keithhacks.cyou> | 2025-01-15 14:38:34 -0500 |
| commit | 2c90eebe869d56f6c6e948d96e4565c8c6761a45 (patch) | |
| tree | 116026f5af84d8a394b10736cd5bb8cedeac86cb /packages/frontend/src/components/SkNoteSub.vue | |
| parent | Open boost visibility menu on shift-click (diff) | |
| download | sharkey-2c90eebe869d56f6c6e948d96e4565c8c6761a45.tar.gz sharkey-2c90eebe869d56f6c6e948d96e4565c8c6761a45.tar.bz2 sharkey-2c90eebe869d56f6c6e948d96e4565c8c6761a45.zip | |
Add tooltip for shift-boost
Diffstat (limited to 'packages/frontend/src/components/SkNoteSub.vue')
| -rw-r--r-- | packages/frontend/src/components/SkNoteSub.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/frontend/src/components/SkNoteSub.vue b/packages/frontend/src/components/SkNoteSub.vue index 9205983850..39cbaa3195 100644 --- a/packages/frontend/src/components/SkNoteSub.vue +++ b/packages/frontend/src/components/SkNoteSub.vue @@ -36,6 +36,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;' : ''" |