mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-09 10:47:27 -04:00
always use native directory separators in paths
This commit is contained in:
@@ -227,7 +227,7 @@ QString Wallet::address(quint32 accountIndex, quint32 addressIndex) const
|
||||
|
||||
QString Wallet::path() const
|
||||
{
|
||||
return QString::fromStdString(m_walletImpl->path());
|
||||
return QDir::toNativeSeparators(QString::fromStdString(m_walletImpl->path()));
|
||||
}
|
||||
|
||||
bool Wallet::store(const QString &path)
|
||||
|
||||
Reference in New Issue
Block a user