Tab Section
Creating Section for the Tabs and Editing it

Creating Section for the Tabs
local Section = Window:Section({
Title = "Section for the tabs",
Icon = "bird",
Opened = true,
})
Tab sections have two states:
- Just a text (when there are no tabs),
- a state where it can be opened/closed (when there are tabs inside)