Compare commits
1 Commits
507c11c3bf
...
3163a75b93
Author | SHA1 | Date | |
---|---|---|---|
3163a75b93 |
|
@ -7,6 +7,7 @@ import (
|
|||
|
||||
"git.wow.st/gmp/passgo"
|
||||
"gioui.org/app"
|
||||
"gioui.org/font/gofont"
|
||||
)
|
||||
|
||||
var (
|
||||
|
@ -17,6 +18,7 @@ func init() {
|
|||
log(Info, "Android start")
|
||||
// Use a larger font on Android
|
||||
fontSize = 24
|
||||
gofont.Register()
|
||||
}
|
||||
|
||||
func initPgp(w *app.Window) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user