Skip to content

Commit d76cdd2

Browse files
committed
Don't show busy cursor before folder loading
Closes #1263
1 parent 5ceee4d commit d76cdd2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pcmanfm/tabpage.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -651,9 +651,6 @@ void TabPage::chdir(Fm::FilePath newPath, bool addHistory) {
651651
onFolderFinishLoading();
652652
onFolderFsInfo();
653653
}
654-
else {
655-
onFolderStartLoading();
656-
}
657654
}
658655

659656
void TabPage::selectAll() {

0 commit comments

Comments
 (0)