When you switch from a single lister to a dual lister, you have the option of setting a default folder that opens up in the second lister panel.
Is it possible to have the option to open a defined tab group in the second lister?
I have achieved the desired result using a modified version of the single/dual button provided as default:
@ifset:dual=off
Set DUAL=on
go TABGROUPLOAD="My Data" OPENINRIGHT
@ifset:else
set dual=off,right
In my case, I always want the right panel to be closed when switching to single and the new panel to have the same group of tabs to open on the right when switching to dual.