From a55ed1dfcf7f4c73295172d08617217637ffa1e7 Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Tue, 10 May 2022 21:04:55 +0200 Subject: [PATCH] Updated Frame (markdown) --- Frame.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frame.md b/Frame.md index 99d3b67..c5a0a10 100644 --- a/Frame.md +++ b/Frame.md @@ -54,7 +54,7 @@ local mainFrame = basalt.createFrame("myFirstFrame"):setBar("My first Frame!"):s ## showBar shows/hides the bar on top where you will see the title if its active ````lua -local mainFrame = basalt.createFrame("myFirstFrame")setBar("Hello World!"):showBar() +local mainFrame = basalt.createFrame("myFirstFrame"):setBar("Hello World!"):showBar() ```` **args:** bool visible (no args = true)
**returns:** self