Merge pull request 'Wizard: allow double click to open wallet' (#306) from tobtoht/feather:wizard_open_wallet_double_click into master

Reviewed-on: https://git.wownero.com/feather/feather/pulls/306
This commit is contained in:
tobtoht 2021-01-22 05:32:09 +00:00
commit 2ab1b900f4
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ OpenWalletPage::OpenWalletPage(AppContext *ctx, WalletKeysFilesModel *wallets, Q
connect(ui->walletTable->selectionModel(), &QItemSelectionModel::currentRowChanged, [this](QModelIndex current, QModelIndex prev){
this->updatePath();
});
connect(ui->walletTable, &QTreeView::doubleClicked, this, &OpenWalletPage::validatePage);
}
void OpenWalletPage::initializePage() {