elm_fileselector: fix property value name when showing hidden files

The vlaue name multi does not make any sense here and looks like a copy and
paste oversight from the multiselection property.
This commit is contained in:
Stefan Schmidt 2016-11-17 13:50:12 +01:00
parent a2d48a5df3
commit b5919ae9ed
1 changed files with 1 additions and 2 deletions

View File

@ -63,8 +63,7 @@ interface Elm.Interface.Fileselector ()
[[Get if hiden files/directories in the file selector are visible or not.]]
}
values {
multi: bool; [[$true if hidden files are visible, $false otherwise]]
/* FIXME needs a better value name */
hidden: bool; [[$true if hidden files are visible, $false otherwise]]
}
}
@property sort_method {