@@ -0,0 +1,13 @@
package main
import "github.com/lxn/walk"
type (
BeadColor struct {
Checkbox *walk.CheckBox
backgroundColor walk.Color
Red uint8
Green uint8
Blue uint8
}
)
The note is not visible to the blocked user.