From 7130ea565df31090d499b53f222b04852982b149 Mon Sep 17 00:00:00 2001 From: Jean-Patrick Guerrero Date: Wed, 8 Mar 2023 16:43:35 +0100 Subject: [PATCH] Doc --- API.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/API.md b/API.md index 8430366..3840494 100644 --- a/API.md +++ b/API.md @@ -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, }) ```