fix load remote deck window being empty

This commit is contained in:
RickyRister 2025-02-12 19:33:14 -08:00
parent 23f4c9c4e4
commit b023a1e26e

View file

@ -11,6 +11,7 @@
DlgLoadRemoteDeck::DlgLoadRemoteDeck(AbstractClient *_client, QWidget *parent) : QDialog(parent), client(_client)
{
dirView = new RemoteDeckList_TreeWidget(client);
dirView->refreshTree();
buttonBox = new QDialogButtonBox(QDialogButtonBox::Ok | QDialogButtonBox::Cancel);
buttonBox->button(QDialogButtonBox::Ok)->setEnabled(false);