Skip to content

Commit

Permalink
cfg.json: Changed defaults
Browse files Browse the repository at this point in the history
Set to use a local path for the gallery, and to not use the system gallery by default
  • Loading branch information
okawo80085 committed Oct 18, 2021
1 parent d267da4 commit 9470c7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cfg.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"app": {
"device": "not a phone x64",
"gallery_dir": "/home/okawo/Documents/okawo/SoMainline/gigapixels/Camera",
"gallery_dir": "./hyperfocal",
"preview_resolution": [
720,
1280
],
"resources_dir": "./data",
"use_grid": false,
"use_system_gallery": true
"use_system_gallery": false
},
"cameras": [
{
Expand Down

0 comments on commit 9470c7d

Please sign in to comment.