Add source's name next to each task

This commit is contained in:
Vyn 2025-02-02 11:42:28 +01:00
parent e2cd994026
commit a03e71890c
4 changed files with 20 additions and 2 deletions

View file

@ -47,4 +47,5 @@ export global AppWindowModels {
in-out property<[TaskData]> unscheduled-tasks;
callback get-source-id-from-name(string) -> int;
pure callback get-source-name-from-id(int) -> string;
}