Compare commits

..

1 Commits

Author SHA1 Message Date
507c11c3bf Update to latest Gio release. Install a system font on Darwin to
get access to Unicode glyphs.
2019-12-18 13:42:34 -05:00

View File

@ -7,7 +7,6 @@ import (
"git.wow.st/gmp/passgo"
"gioui.org/app"
"gioui.org/font/gofont"
)
var (
@ -18,7 +17,6 @@ func init() {
log(Info, "Android start")
// Use a larger font on Android
fontSize = 24
gofont.Register()
}
func initPgp(w *app.Window) {