PDA

View Full Version : 5E - Change sort of sidebar buttons and default visibility



MatrixDreamer
June 17th, 2020, 17:23
5E - Change sort of sidebar buttons and default visibility

I ran across a way to both sort and change the default filters for the sidebar today!

For instance if you want to change the order and buttons displayed for the "create" filter.

Create a simple extension that runs the setDefaultSidebarState onInit:

function onInit()
DesktopManager.setDefaultSidebarState("create", "charsheet,race,class,background");
end

simple as that !!
36928

damned
June 18th, 2020, 01:20
Good stuff MatrixDreamer

You can also unselect all the items and then select them again in the order that you want them to appear.