parcel: fix missing required setting 'name'
This commit is contained in:
parent
0a66c57f3b
commit
375bbb6962
@ -150,7 +150,7 @@ class ParcelTracker(IntervalModule):
|
|||||||
"format",
|
"format",
|
||||||
"name",
|
"name",
|
||||||
)
|
)
|
||||||
required = ("instance",)
|
required = ("instance", "name")
|
||||||
|
|
||||||
format = "{name}:{progress}"
|
format = "{name}:{progress}"
|
||||||
on_leftclick = "open_browser"
|
on_leftclick = "open_browser"
|
||||||
|
Loading…
Reference in New Issue
Block a user