LibrarySettings Screen
PROforms
Settings Screen
A clean, grouped settings page: labeled toggle rows for notifications, digest and dark mode, section headers and a save action pre-wired for Patch. Every value reads with a simple ToggleName.Value — duplicate a row to add a setting.
Settings
NOTIFICATIONS
Email notifications
Weekly digest
Dark mode
YAML source
Preview — full code with PRO# Settings Screen — PowerBlocks (PRO Screen, real controls)
# Toggle rows grouped in sections. Read values anywhere via SetNotif.Value,
# SetDark.Value, SetDigest.Value — or persist them with the commented Patch.
- SettingsScreen:
Control: GroupContainer
Variant: ManualLayout
Properties:
X: =0
Y: =0
Width: =Parent.Width
Height: =Parent.Height
Fill: =RGBA(10, 10, 10, 1)
Children:
# … full component definition unlocked with PROThis is a partial preview. Unlock the full component →