Add tooltip for shift-boost

This commit is contained in:
HellhoundSoftware 2025-01-15 14:38:34 -05:00
parent 7825f6e95e
commit 2c90eebe86
No known key found for this signature in database
8 changed files with 11 additions and 0 deletions

View file

@ -129,6 +129,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="$style.footerButton"
class="_button"
:style="renoted ? 'color: var(--MI_THEME-accent) !important;' : ''"