Skip to content
Snippets Groups Projects

update a4f for compatibility with Donnie/Oniro4OpenHarmony

Open Alberto Pianon requested to merge ap/donnie into master
@@ -248,10 +248,10 @@ class Column(BaseModel):
def __init__(
self,
text: str,
value: str,
value: Union[str, bool], # false to deactivate an existing column
type: str,
tooltip: str,
override: str
override: str # position of the column to override (or deactivate)
):
self.text = text
self.value = value
Loading