mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-21 04:26:36 +00:00
Sort immediate tasks at the start
This commit is contained in:
parent
f905f4cf77
commit
d277619a73
@ -864,7 +864,7 @@ class TasksView(ListView):
|
|||||||
)
|
)
|
||||||
sort_keys = (
|
sort_keys = (
|
||||||
# key, reverse
|
# key, reverse
|
||||||
('run_now', False),
|
('run_now', True),
|
||||||
('priority', 'ASC' != order),
|
('priority', 'ASC' != order),
|
||||||
('run_at', False),
|
('run_at', False),
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user