remove unnecessary comment
This commit is contained in:
parent
ec11a7dea0
commit
9851caefcd
1 changed files with 1 additions and 2 deletions
|
@ -33,14 +33,13 @@ class FrontpagedFilter : AnimeFilter.CheckBox("Frontpaged?", false)
|
||||||
class AfterDateFilter : AnimeFilter.Text("On, or after")
|
class AfterDateFilter : AnimeFilter.Text("On, or after")
|
||||||
class BeforeDateFilter : AnimeFilter.Text("Before")
|
class BeforeDateFilter : AnimeFilter.Text("Before")
|
||||||
class DateFilterGroup : AnimeFilter.Group<AnimeFilter.Text>(
|
class DateFilterGroup : AnimeFilter.Group<AnimeFilter.Text>(
|
||||||
"Dates (YYYY-MM-DD)",
|
"Date (YYYY-MM-DD)",
|
||||||
listOf(
|
listOf(
|
||||||
AfterDateFilter(),
|
AfterDateFilter(),
|
||||||
BeforeDateFilter(),
|
BeforeDateFilter(),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
// class SortingFilter() : AnimeFilter.Select<String>("Sort by", SORTING.keys.toTypedArray())
|
|
||||||
class SortingFilter() : AnimeFilter.Sort("Sort by", SORTING.keys.toTypedArray(), Selection(0, true))
|
class SortingFilter() : AnimeFilter.Sort("Sort by", SORTING.keys.toTypedArray(), Selection(0, true))
|
||||||
|
|
||||||
class TagsFilter() : AnimeFilter.Text("Tags (comma separated)")
|
class TagsFilter() : AnimeFilter.Text("Tags (comma separated)")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue