diff options
| author | theprimeagain <the.primeagen@gmail.com> | 2026-02-08 17:50:45 -0700 |
|---|---|---|
| committer | theprimeagain <the.primeagen@gmail.com> | 2026-02-08 17:50:45 -0700 |
| commit | 3d2501afccbc9fab5b0f18811fb7ff55054eda6f (patch) | |
| tree | a88469a9ffe0836634df985e575ae48896379cd8 /scratch | |
| parent | e90ab98e7ecca5ca7a7ae7ff39805baffc615edb (diff) | |
| download | a4-3d2501afccbc9fab5b0f18811fb7ff55054eda6f.tar.xz a4-3d2501afccbc9fab5b0f18811fb7ff55054eda6f.zip | |
throbber, test, and better titling.
Diffstat (limited to 'scratch')
| -rw-r--r-- | scratch/refresh.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scratch/refresh.lua b/scratch/refresh.lua index 8f2c8b2..687a698 100644 --- a/scratch/refresh.lua +++ b/scratch/refresh.lua @@ -11,7 +11,7 @@ _99.setup({ }, }) -Window.capture_input({ +Window.capture_input("test", { cb = function(_, _) print("results") end, |
