Replaced Status with checkbox

This commit is contained in:
Qubasa
2023-12-08 12:18:55 +01:00
parent 7d22f7c9fc
commit 7c6902f70a
4 changed files with 35 additions and 32 deletions

View File

@@ -94,3 +94,6 @@ class ClanURI:
urlparams = urllib.parse.urlencode(params.__dict__)
return cls(f"clan://file://{path}?{urlparams}")
def __str__(self) -> str:
return f"ClanURI({self._components.geturl()})"