Implement media preview thumbnails for Gallery

This commit is contained in:
Leo Vasanko
2023-11-18 11:38:25 -08:00
parent 85ac12ad33
commit 696e3ab568
9 changed files with 57 additions and 9 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ const globalShortcutHandler = (event: KeyboardEvent) => {
}
// G toggles Gallery
else if (!input && keyup && event.key === 'g') {
store.gallery = !store.gallery
store.prefs.gallery = !store.prefs.gallery
}
// Keys Backquote-1-2-3 to sort columns
else if (