Skip to content

Commit

Permalink
Fix folderman issue on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Müller committed Mar 22, 2022
1 parent af15dcb commit 99e9b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/folderman.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1586,7 +1586,7 @@ Folder *FolderMan::addFolder(AccountStatePtr accountStatePtr, const QString &loc
}

#ifdef Q_OS_WIN
if (folderMan->navigationPaneHelper().showInExplorerNavigationPane())
if (_navigationPaneHelper.showInExplorerNavigationPane())
folderDefinition.navigationPaneClsid = QUuid::createUuid();
#endif

Expand Down

0 comments on commit 99e9b10

Please sign in to comment.