flamendless / Slab

An immediate mode GUI for the Love2D framework.
MIT License
294 stars 25 forks source link

Pass options to Initialize - disable all docks #45

Closed flamendless closed 3 years ago

flamendless commented 4 years ago

Looking at the source code, Slab.Initialize accepts args table as parameter but it does not do anything with it.

I suggest passing something like Slab.Initialize({Docks = false}) that will disable all docks for all windows.

coding-jackalope commented 4 years ago

This is a good suggestion. I'll add this to the TODO list.