Skip to content

Commit

Permalink
Show hidden files false by default (#1652)
Browse files Browse the repository at this point in the history
bool
  • Loading branch information
jamiepine authored Oct 21, 2023
1 parent ce56898 commit a0629d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/app/$libraryId/Explorer/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const createDefaultExplorerSettings = <TOrder extends Ordering>(args?: {
layoutMode: 'grid' as ExplorerLayout,
gridItemSize: 110 as number,
showBytesInGridView: true as boolean,
showHiddenFiles: true as boolean,
showHiddenFiles: false as boolean,
mediaColumns: 8 as number,
mediaAspectSquare: false as boolean,
mediaViewWithDescendants: true as boolean,
Expand Down

0 comments on commit a0629d9

Please sign in to comment.