diff --git a/create_wtml.py b/create_wtml.py index 0d1cdde..513fa97 100755 --- a/create_wtml.py +++ b/create_wtml.py @@ -48,7 +48,7 @@ def realize_folder(info: dict, imagesets: dict): f = Folder(name=info["_name"]) # TODO: FolderType f.group = "Explorer" - f.searchable = False + f.searchable = True for item in info["children"]: if isinstance(item, dict):