Skip to content

Commit c79b741

Browse files
committed
freezer: show_window_option -> _show_option
1 parent 09183f6 commit c79b741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tmuxp/workspace/freezer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def freeze(session: Session) -> t.Dict[str, t.Any]:
7070

7171
for window in session.windows:
7272
window_config: t.Dict[str, t.Any] = {
73-
"options": window.show_window_options(),
73+
"options": window._show_options(),
7474
"window_name": window.name,
7575
"layout": window.window_layout,
7676
"panes": [],

0 commit comments

Comments
 (0)