diff options
| author | theprimeagain <the.primeagen@gmail.com> | 2026-02-28 08:29:50 -0700 |
|---|---|---|
| committer | theprimeagain <the.primeagen@gmail.com> | 2026-02-28 08:29:50 -0700 |
| commit | 06b6a3aef56a49b6af1b2dbd990a2e8df0f93a76 (patch) | |
| tree | 7a2560b395278c801124426d4ff67d122ec79dd7 /lua/99/window | |
| parent | 79efd670b87057583315fc5c53367c9b37e32247 (diff) | |
| download | a4-06b6a3aef56a49b6af1b2dbd990a2e8df0f93a76.tar.xz a4-06b6a3aef56a49b6af1b2dbd990a2e8df0f93a76.zip | |
broken: tracking is almost complete other than testing... the testing is
broken and vibe coded
Diffstat (limited to 'lua/99/window')
| -rw-r--r-- | lua/99/window/status-window.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/99/window/status-window.lua b/lua/99/window/status-window.lua index d1cc58e..bea4857 100644 --- a/lua/99/window/status-window.lua +++ b/lua/99/window/status-window.lua @@ -98,7 +98,7 @@ function StatusWindow:_run_loop() end local throb = Throbber.new(function(throb) - local count = self._99:active_request_count() + local count = self._99.tracking:active_request_count() local win_valid = Window.valid(win) if count == 0 or not win_valid then |
