mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-25 23:45:49 -04:00
only load hidden nodes in retro-only mode
This commit is contained in:
parent
5b5a2bef81
commit
f5ce711ad6
5 changed files with 46 additions and 29 deletions
|
@ -118,6 +118,7 @@ QString TorManager::dataDirectory() const
|
|||
void TorManager::setDataDirectory(const QString &path)
|
||||
{
|
||||
d->dataDir = QDir::fromNativeSeparators(path);
|
||||
|
||||
if (!d->dataDir.isEmpty() && !d->dataDir.endsWith(QLatin1Char('/')))
|
||||
d->dataDir.append(QLatin1Char('/'));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue