Skip to content

Commit 0df0743

Browse files
committed
add missing ShowVideos to example
1 parent 9c6ebf6 commit 0df0743

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

docker/Settings.example.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"ShowMemories": false,
4646
"ShowFavorites": false,
4747
"ShowArchived": false,
48+
"ShowVideos": false,
4849
"ImagesFromDays": null,
4950
"ImagesUntilDate": "2020-01-02",
5051
"Rating": null,

docker/Settings.example.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Accounts:
4141
ShowMemories: false
4242
ShowFavorites: false
4343
ShowArchived: false
44+
ShowVideos: false
4445
ImagesFromDays: null
4546
ImagesUntilDate: '2020-01-02'
4647
Rating: null

docker/example.env

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ ApiKey=KEY
55
# TransitionDuration=2
66
# ImageZoom=true
77
# ImagePan=false
8+
# PlayAudio: false
89
# Layout=splitview
910
# DownloadImages=false
1011
# ShowMemories=false
1112
# ShowFavorites=false
1213
# ShowArchived=false
14+
# ShowVideos: false
1315
# ImagesFromDays=
1416
# ImagesFromDate=
1517
# ImagesUntilDate=

0 commit comments

Comments
 (0)