Skip to content

Commit

Permalink
Merge branch 'stable-3.13' into backport/nmc/102/stable-3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
memurats authored Aug 12, 2024
2 parents ead69c1 + 66c355a commit 5a3a072
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/gui/navigationpanehelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,11 @@ void NavigationPaneHelper::updateCloudStorageRegistry()
QString title = folder->shortGuiRemotePathOrAppName();
title = title % " - " % folder->accountState()->account()->prettyName(); //Magenta Customization
// 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());

Expand Down

0 comments on commit 5a3a072

Please sign in to comment.