1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-05 21:15:38 -05:00

colorpicker: hide magnifier on startup

This commit is contained in:
bbedward
2025-12-04 09:14:12 -05:00
parent a41487eb8f
commit 44190f07fe

View File

@@ -360,6 +360,7 @@ func (p *Picker) createLayerSurface(output *Output) (*LayerSurface, error) {
state: NewSurfaceState(p.config.Format, p.config.Lowercase), state: NewSurfaceState(p.config.Format, p.config.Lowercase),
wlSurface: surface, wlSurface: surface,
layerSurf: layerSurf, layerSurf: layerSurf,
hidden: true, // Start hidden, will show overlay when pointer enters
} }
if p.viewporter != nil { if p.viewporter != nil {