Skip to content

Commit

Permalink
freezer: show_window_option -> _show_option
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Apr 6, 2024
1 parent fac0518 commit e724778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tmuxp/workspace/freezer.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def freeze(session: Session) -> t.Dict[str, t.Any]:

for window in session.windows:
window_config: t.Dict[str, t.Any] = {
"options": window.show_window_options(),
"options": window._show_options(),
"window_name": window.name,
"layout": window.window_layout,
"panes": [],
Expand Down

0 comments on commit e724778

Please sign in to comment.