Skip to content

Commit

Permalink
make multitodo insert use notes rather than todos by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mecaneer23 committed Dec 11, 2023
1 parent bc2510e commit 88acbeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion todo.py
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ def main(stdscr: Any) -> int:
todos,
selected,
single_line_state,
Todo().set_display_text(single_line_state.get_extra_data()),
Todo(single_line_state.get_extra_data()),
)
single_line_state.set_on()
continue
Expand Down
2 changes: 1 addition & 1 deletion todo.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-1 fix strikethrough
-1 fix long lines (longer than width // 2 - 1)
-1 fix moving down onto a toggled line
-2 make multitodo insert use notes rather than todos by
+2 make multitodo insert use notes rather than todos by
2 default
-2 fix lines longer than textbox during editing
-3 make it work on windows
Expand Down

0 comments on commit 88acbeb

Please sign in to comment.