tweak(tasklist): Extend limit to 200.

This commit is contained in:
2023-09-24 10:52:08 +03:00
parent ea4942ad3e
commit 57820039a0
3 changed files with 4 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ from .settings import TasklistSettings, TasklistConfigUI
_p, _np = babel._p, babel._np
MAX_LENGTH = 100
MAX_LENGTH = 200
class BeforeSelection(ChoicedEnum):