fix(navigation): correct recent section

This commit is contained in:
Edouard Vanbelle
2026-04-17 13:46:24 +02:00
parent 09f8fd2f62
commit e2f8e8513f
+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');