From 0395a9b4d31811851a39051532c51114f112a181 Mon Sep 17 00:00:00 2001 From: Interitio Date: Thu, 30 Jul 2026 15:18:55 +0300 Subject: [PATCH] fix(utils): Update private View stopped var --- src/utils/ui/leo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/ui/leo.py b/src/utils/ui/leo.py index eebaea4..f867d2c 100644 --- a/src/utils/ui/leo.py +++ b/src/utils/ui/leo.py @@ -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]]: """