summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--go/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/go/main.go b/go/main.go
index 8d61cf9..f646d7d 100644
--- a/go/main.go
+++ b/go/main.go
@@ -88,6 +88,7 @@ func (l *Limox) draw(e system.FrameEvent) {
layout.Rigid(
func(gtx layout.Context) layout.Dimensions {
pwd := material.Editor(l.Theme, &l.PwdEditor, "mySafePassword")
+ pwd.Editor.Mask = '*'
return pwd.Layout(gtx)
},
),