pushing latest gui_2.py, adjustment to regions in app controller.
This commit is contained in:
@@ -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:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user