Skip to content

Commit

Permalink
Update Album.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
tinohager committed Nov 27, 2024
1 parent 9d8d4e0 commit d180c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/views/gallery-panels/Album.vue
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ onMounted(async () => {
setScroll();
loading.value = false;
})
});
onKeyStroke("h", () => !shouldIgnoreKeystroke() && (are_nsfw_visible.value = !are_nsfw_visible.value));
onKeyStroke("f", () => !shouldIgnoreKeystroke() && togglableStore.toggleFullScreen());
Expand Down

0 comments on commit d180c4c

Please sign in to comment.