Skip to content

Commit 9230be6

Browse files
emyoulationNick-Hall
authored andcommitted
Update DescendantBooks.gpr.py
Add to Books capable list.
1 parent 7df35ed commit 9230be6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DescendantBooks/DescendantBooks.gpr.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
category = CATEGORY_TEXT,
3030
reportclass = 'DescendantBookReport',
3131
optionclass = 'DescendantBookOptions',
32-
report_modes = [REPORT_MODE_GUI, REPORT_MODE_CLI],
32+
report_modes = [REPORT_MODE_GUI, REPORT_MODE_BKI, REPORT_MODE_CLI],
3333
require_active = True
3434
)
3535

@@ -46,7 +46,7 @@
4646
category = CATEGORY_TEXT,
4747
reportclass = 'DetailedDescendantBookReport',
4848
optionclass = 'DetailedDescendantBookOptions',
49-
report_modes = [REPORT_MODE_GUI, REPORT_MODE_CLI],
49+
report_modes = [REPORT_MODE_GUI, REPORT_MODE_BKI, REPORT_MODE_CLI],
5050
require_active = True
5151
)
5252

0 commit comments

Comments
 (0)