mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-21 17:15:09 -07:00
[DeckShare] Let the share bar owners supply the hint text
This commit is contained in:
parent
ce4a3289a5
commit
a90a080457
3 changed files with 7 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue