Skip to content

Commit

Permalink
Windows related changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugen Fischer authored and memurats committed Aug 12, 2024
1 parent c58e61f commit ead69c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/navigationpanehelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ void NavigationPaneHelper::updateCloudStorageRegistry()
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();
// title = title % " - " % folder->accountState()->account()->displayName();
QString iconPath = QDir::toNativeSeparators(qApp->applicationFilePath());
QString targetFolderPath = QDir::toNativeSeparators(folder->cleanPath());

Expand Down

0 comments on commit ead69c1

Please sign in to comment.