1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-04 12:52:06 -04:00

feat(color-picker): add openColor IPC handler to set color on open (#2017)

This commit is contained in:
Maddison Hellstrom
2026-03-17 09:42:59 -07:00
committed by GitHub
parent 679a59ad76
commit 0cf2c40377
2 changed files with 9 additions and 0 deletions

View File

@@ -538,6 +538,8 @@ Color picker modal control.
**Functions:**
- `open` - Show color picker modal
- `openColor <color>` - Show color picker modal with a pre-selected color
- Parameters: `color` - Color string (e.g. "#ff0000", "#3f51b5")
- `close` - Hide color picker modal
- `closeInstant` - Hide color picker modal without animation
- `toggle` - Toggle color picker modal visibility