spacing is a clone safe option
This commit is contained in:
parent
4b81e4936e
commit
a420d9d19c
1 changed files with 1 additions and 1 deletions
|
|
@ -582,7 +582,7 @@ def clone_safe_opts() -> FrozenSet[str]:
|
|||
return frozenset((
|
||||
'window_title', 'tab_title', 'type', 'keep_focus', 'cwd', 'env', 'hold',
|
||||
'location', 'os_window_class', 'os_window_name', 'os_window_title',
|
||||
'logo', 'logo_position', 'logo_alpha', 'color'
|
||||
'logo', 'logo_position', 'logo_alpha', 'color', 'spacing',
|
||||
))
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue