[DeckShare] Let the share bar owners supply the hint text

This commit is contained in:
Lukas Brübach 2026-09-19 00:06:47 +02:00
parent ce4a3289a5
commit a90a080457
3 changed files with 7 additions and 2 deletions

View file

@ -43,7 +43,6 @@ void ShareBarWidget::retranslateUi()
nameEdit->setPlaceholderText(tr("Share name"));
cancelButton->setText(tr("Cancel"));
createButton->setText(tr("Create share link"));
hintLabel->setText(tr("Click deck tiles to select the decks you want to share."));
}
QString ShareBarWidget::name() const
@ -75,4 +74,4 @@ void ShareBarWidget::setCreateEnabled(bool enabled)
void ShareBarWidget::focusName()
{
nameEdit->setFocus();
}
}