Merge pull request #301 from EdouardVanbelle/fix/recent-section

This commit is contained in:
Dionisio Pozo
2026-04-17 14:04:33 +02:00
committed by GitHub
+1 -1
View File
@@ -284,7 +284,7 @@ function switchToRecentFilesSection() {
if (recent) {
sharedView.loadItems().then(() => {
favorites.displayFavorites();
recent.displayRecentFiles();
});
} else {
console.error('Recent files module not loaded or initialized');