mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 14:46:03 +00:00
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 @@ class Splits(Layout):
|
|||
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…
Add table
Add a link
Reference in a new issue