Show sub-issues by default ()

Signed-off-by: Vyacheslav Tumanov <me@slavatumanov.me>
This commit is contained in:
Vyacheslav Tumanov 2023-03-29 21:15:35 +05:00 committed by GitHub
parent eb8bd6634c
commit f78eccb6d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -522,7 +522,7 @@ export function createModel (builder: Builder): void {
{ {
key: 'shouldShowSubIssues', key: 'shouldShowSubIssues',
type: 'toggle', type: 'toggle',
defaultValue: false, defaultValue: true,
actionTarget: 'query', actionTarget: 'query',
action: tracker.function.SubIssueQuery, action: tracker.function.SubIssueQuery,
label: tracker.string.SubIssues label: tracker.string.SubIssues