mirror of
https://git.wownero.com/wowlet/wowlet.git
synced 2024-08-15 01:03:14 +00:00
Wizard: allow double click to open wallet
This commit is contained in:
parent
c379456221
commit
696149096d
1 changed files with 1 additions and 0 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue