This commit is contained in:
Kovid Goyal
2024-03-24 14:07:35 +05:30
parent 333ea519ed
commit 0b6943fb5a
3 changed files with 3 additions and 2 deletions

View File

@@ -70,7 +70,7 @@ class LayerShellConfig(NamedTuple):
type: int = 0
edge: int = 0
focus_policy: int = 0
output_name: Optional[str] = None
output_name: str = ''
size_in_cells: int = 0