Short answer: No*
Medium answer: not at this time in the gui
Long answer: Kinda. If you untar the sfxdash file, edit the yaml, and then re-tar it it should in theory work. *goes and tries it*
Yep, works for me.
Code:
- !ruby/object:SD::IOSupport::DashRoot
name: This works because you can rename DefaultViewController tabs
children: []
vc_class: !ruby/class 'SD::Windowing::DefaultViewController'
- !ruby/object:SD::IOSupport::DashRoot
name: This does not work because LWVC does not support multiple tabs
children: []
vc_class: !ruby/class 'Java::DashfxLivewindow::LiveWindowViewController'