opts serialization is done by base class
This commit is contained in:
parent
bbbeeb8206
commit
6d2b17d877
1 changed files with 1 additions and 1 deletions
|
|
@ -708,7 +708,7 @@ def layout_action(self, action_name: str, args: Sequence[str], all_windows: Wind
|
|||
return None
|
||||
|
||||
def layout_state(self) -> dict[str, Any]:
|
||||
return {'pairs': self.pairs_root.serialize(), 'opts': self.layout_opts.serialized()}
|
||||
return {'pairs': self.pairs_root.serialize()}
|
||||
|
||||
def set_layout_state(self, layout_state: dict[str, Any], map_window_id: WindowMapper) -> bool:
|
||||
new_root = Pair()
|
||||
|
|
|
|||
Loading…
Reference in a new issue