Skip to content

Commit

Permalink
Enabled screenshots by default
Browse files Browse the repository at this point in the history
  • Loading branch information
remixer-dec committed Jun 16, 2024
1 parent 89b1df7 commit 5f610a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ let app = {
ui: '',
config: new Config({
displaymode: D_MODES.AdvancedPagination,
icons_grid: true
icons_grid: true,
screenshots: true
}),
selectMirrorPath,
get tabs() {
Expand Down

0 comments on commit 5f610a9

Please sign in to comment.