Skip to content

Commit

Permalink
UX: enable storing dir item stats by default
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksey-hoffman committed Jun 13, 2021
1 parent 1fe62de commit 236410e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -437,9 +437,9 @@ export default new Vuex.Store({
compressSearchData: true,
windowCloseButtonAction: 'minimizeAppToTray',
stats: {
storeDirItemOpenEvent: false,
storeDirItemOpenCount: false,
storeDirItemOpenDate: false,
storeDirItemOpenEvent: true,
storeDirItemOpenCount: true,
storeDirItemOpenDate: true,
},
UIZoomLevel: 1,
input: {
Expand Down

0 comments on commit 236410e

Please sign in to comment.