Signed-off-by: Camila Ayres <hello@camilasan.com>
QString title = folder->shortGuiRemotePathOrAppName();
// Write the account name in the sidebar only when using more than one account.
- if (AccountManager::instance()->accounts().size() > 1)
- title = title % " - " % folder->accountState()->account()->displayName();
+ if (AccountManager::instance()->accounts().size() > 1) {
+ title = title % " - " % folder->accountState()->account()->prettyName();
+ }
QString iconPath = QDir::toNativeSeparators(qApp->applicationFilePath());
QString targetFolderPath = QDir::toNativeSeparators(folder->cleanPath());