We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd903c7 commit db7c9ecCopy full SHA for db7c9ec
status.go
@@ -14,7 +14,3 @@ const (
14
15
// Status represents status of indicator.
16
type Status int
17
-
18
-func (status Status) native() C.AppIndicatorStatus {
19
- return (C.AppIndicatorStatus)(status)
20
-}
0 commit comments