diff options
Diffstat (limited to 'scratch/refresh.lua')
| -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, |
