[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

@ -210,6 +210,9 @@ void TabDeckStorage::retranslateUi()
aShareDecks->setText(tr("Share decks"));
aOpenDecksFolder->setText(tr("Open decks folder"));
shareBar->retranslateUi();
if (shareBar->isVisible()) {
onServerSelectionChanged();
}
}
QString TabDeckStorage::getTargetPath() const