Welcome screen: Customize tabs
Tabs can be specified in [[settings.app.welcome.page]]
sections.
Here are default tabs:
[[settings.app.welcome.page]]
text = "Open"
icon = "${omni.kit.welcome.window}/icons/open_inactive.png"
active_icon = "${omni.kit.welcome.window}/icons/open_active.png"
extension_id = "omni.kit.welcome.open"
order = 0
[[settings.app.welcome.page]]
text = "What's New"
icon = "${omni.kit.welcome.window}/icons/whats_new_inactive.png"
active_icon = "${omni.kit.welcome.window}/icons/whats_new_active.png"
extension_id = "omni.kit.welcome.whats_new"
order = 10
[[settings.app.welcome.page]]
text = "Learn"
icon = "${omni.kit.welcome.window}/icons/learn_inactive.png"
active_icon = "${omni.kit.welcome.window}/icons/learn_active.png"
extension_id = "omni.kit.welcome.learn"
order = 20
[[settings.app.welcome.page]]
text = "About"
icon = "${omni.kit.welcome.window}/icons/about_inactive.png"
active_icon = "${omni.kit.welcome.window}/icons/about_active.png"
extension_id = "omni.kit.welcome.about"
order = 40
text: Text for tab to show in Welcome screen
icon and active_icon: Icon for tab (normal and selected) to show in Welcome screen, along with “text”
extension_id: Extension to load when tab selected
order: Order of this tab to show in Welcome screen.