mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-01 23:17:26 -04:00
KeysFiles: fix file path
This commit is contained in:
@@ -138,7 +138,7 @@ void WalletKeysFilesModel::findWallets(const QString &moneroAccountsDir)
|
||||
|
||||
this->addWalletKeysFile(WalletKeysFiles(modifiedAt.toSecsSinceEpoch(),
|
||||
createdAt.toSecsSinceEpoch(),
|
||||
wallet, networkType, address));
|
||||
info.absoluteFilePath(), networkType, address));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user