Private
Public Access
0
0

pushing latest gui_2.py, adjustment to regions in app controller.

This commit is contained in:
2026-05-13 21:29:04 -04:00
parent d67997c770
commit 242ea051ad
2 changed files with 2 additions and 14 deletions
+1 -1
View File
@@ -403,6 +403,7 @@ def _api_token_stats(controller: 'AppController') -> dict[str, Any]:
"""
return controller._token_stats
#endregion
#region: GUI Task Handlers
def _handle_ai_response(controller: 'AppController', task: dict):
@@ -703,7 +704,6 @@ def _handle_hide_patch_modal(controller: 'AppController', task: dict):
controller._pending_patch_files = []
#endregion
#endregion
class AppController:
"""