formalities..

This commit is contained in:
Ace
2020-12-05 00:26:13 +01:00
parent 10920bd610
commit 30e773a1ee
2 changed files with 10 additions and 3 deletions

View File

@@ -38,8 +38,8 @@ class Slideshow(inkycal_module):
optional = {
"autoflip":{
"label":"Should the image be flipped automatically?",
"options": [True, False]
"label":"Should the image be flipped automatically? Default is False",
"options": [False, True]
},
"orientation":{