fix: Add show_line_numbers to AppState initialization
This commit is contained in:
parent
850a56a2ff
commit
6c319c1570
3
gtm
3
gtm
|
|
@ -1210,7 +1210,8 @@ def main(stdscr, filename, show_diff, show_add, show_del, mouse, wrap_lines=True
|
|||
show_additions=show_add,
|
||||
show_deletions=show_del, enable_mouse=mouse,
|
||||
commits=get_commits(filename),
|
||||
wrap_lines=wrap_lines
|
||||
wrap_lines=wrap_lines,
|
||||
show_line_numbers=show_line_numbers
|
||||
)
|
||||
|
||||
if state.enable_mouse:
|
||||
|
|
|
|||
Loading…
Reference in New Issue