From df0575770c0f1339c14608a25aa27b71817d2fa6 Mon Sep 17 00:00:00 2001 From: Ryan Luu Date: Thu, 19 Mar 2026 01:53:25 -0700 Subject: [PATCH] Fix disableOverlay inconsistency --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index e4fe5d0..d638e01 100644 --- a/docs/api.md +++ b/docs/api.md @@ -135,7 +135,7 @@ icon:clearNotices() #### disableOverlay {chainable} ```lua -icon:disableStateOverlay(bool) +icon:disableOverlay(bool) ``` When set to ``true``, disables the shade effect which appears when the icon is pressed and released.