Added nickname to initial setup settings, make terms and initial setup accept buttons blue (call-to-action styled)

This commit is contained in:
2026-09-03 11:30:20 -05:00
parent ad0b9dbe7b
commit aeaf0b377b
2 changed files with 13 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ module W3DHubLauncher
window.close
end
button "Accept" do
button "Accept", **CTA_BUTTON_THEME do
page(Page::Boot::InitialSetup)
end
end