Updated Frame (markdown)

Robert Jelic
2022-05-10 21:04:55 +02:00
parent c4d083ce14
commit a55ed1dfcf

@@ -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)<br>
**returns:** self<br>