Compare commits

2 Commits

Author SHA1 Message Date
conatum 48a5d83e8b routine: Update pluscampaign pointer 2026-07-30 15:26:19 +03:00
conatum 0395a9b4d3 fix(utils): Update private View stopped var 2026-07-30 15:18:55 +03:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ class LeoUI(View):
Currently exposes a hidden attribute of the underlying View.
May be reimplemented in future.
"""
return self._View__stopped
return self._BaseView__stopped
def to_components(self) -> List[Dict[str, Any]]:
"""