This commit is contained in:
Jean-Patrick Guerrero 2023-03-08 16:43:35 +01:00
parent b7308b4739
commit 7130ea565d
1 changed files with 2 additions and 1 deletions

3
API.md
View File

@ -50,7 +50,8 @@ i3.new_tab("stuff", {
-- Do things
end
-- No need to update the formspec, it's automatic
-- To prevent a formspec update, return false.
-- Otherwise, it's automatic.
end,
})
```