fix(tasks): default global task grouping to project
This commit is contained in:
parent
b3427a64ab
commit
2bb290bf8a
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ function loadGroupingMode(): TaskGroupingMode {
|
||||||
} catch {
|
} catch {
|
||||||
/* ignore */
|
/* ignore */
|
||||||
}
|
}
|
||||||
return 'none';
|
return 'project';
|
||||||
}
|
}
|
||||||
|
|
||||||
function saveGroupingMode(mode: TaskGroupingMode): void {
|
function saveGroupingMode(mode: TaskGroupingMode): void {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue