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:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user